alphapapa / alphapapa/ement.el
Event format functions assume size is present
- Linguagem predominante
- Emacs Lisp
- Estrelas
- 604
- Forks
- 54
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
I noticed this error while receiving audio messages.
The report might look a bit empty but just receiving a messsage that doesn't contain a size is enough.
# How to reproduce
1. Be in room where audio messages are send
2. Receive message
3. Error `(wrong-type-argument number-or-marker-p nil)`
# Backtrace
``` emacs-lisp
Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil)
file-size-human-readable(nil)
ement-room--format-m.audio(#s(ement-event :id
"SIGNAL_ROOM_HASH.local"
:sender
#s(ement-user :id "@max@musterman.foo" :displayname
nil :account-data nil :color nil
:message-color nil :username nil
:avatar-url nil :avatar nil)
:content
((body . "voice_message")
(com.example.disappearing_timer)
(file
(hashes
(sha256
. "qC4HmOxyYNq1gO1oJeqomDy9qxG2TgAxidIfDjM1Dm8"))
(iv . "OAu5dWDFnWMAAAAAAAAAAA")
(key (alg . "A256CTR") (ext . t)
(k
. "_9tIEy3FclvJns27gZ_7zKN1mLzLWmYlfYBx3fI2qtk")
(key_ops . ["encrypt" "decrypt"]) (kty . "oct"))
(url
. "mxc://local.example/max_hashhhhhhhhhhhhhhhhhhhhhhhhhhh")
(v . "v2"))
(filename . "voice_message")
(info (duration . 68494) (mimetype . "audio/ogg"))
(m.mentions (user_ids . [])) (msgtype . "m.audio")
(org.matrix.msc1767.audio (duration . 68494)
(waveform
. [11 84 627 450 16 9 6
542 779 642 586 253
596 31 494 506 662
554 720 674 604 819
814 30 814 816 466
815 815 813 255 9
632 26 4 48 5 23 7
392 531 388 124 129
40 259 177 12 615
151 522 534 167 463 695 11 278 271 8 183 117 16 4 3 302 551 433 307 8 444 146 233 345 264 397 276 216 174 472 239 7 413 449 324 238 495 536 441 184 447 5 516 315 238 383 247 157 5 5 4 ...]))
(org.matrix.msc3245.voice)
(url
. "mxc://local.example/max_hashhhhhhhhhhhhhhhhhhhhhhhhhhh"))
:origin-server-ts 1770291752021 :type "m.room.message"
:unsigned
((transaction_id
. "~example-mautrix-go_1770291751214182887_434"))
:state-key nil :receipts nil :local nil))
ement-room--format-message-body(#s(ement-event :id
"SIGNAL_ROOM_HASH.local"
:sender
#s(ement-user :id
"@max@musterman.foo"
:displayname
nil
:account-data
nil
:color
nil
:message-color
nil
:username
nil
:avatar-url
nil
:avatar
nil)
:content
... :origin-server-ts
1770291752021 :type
"m.room.message"
:unsigned
... :state-key nil
:receipts nil :local
nil)
#s(ement-session :user #s(ement-user :id "@max@musterman.foo" :displayname nil :account-data nil :color nil :message-color nil :username "thaodan" :avatar-url nil :avatar nil) :server
... :token
"syt_dGhhb2Rhbg_JeHwezLDvlEzWHLLLiNN_3BRdB9"
:transaction-id
1974752155 :rooms
... :next-batch
"s842508972_2_855222_857891508_1259791820_156354904_2002906644_216128294_0_18606_2,e2128683_r2127405_a75794_y99_t5496851_f59"
:device-id
"c125d177038e7ef3d8616b85f765db2f381e7cec1b6df3167683511fb7e3be6a"
:initial-device-display-name
"Ement.el: bidar@odin"
:has-synced-p t
:account-data
(... ... ... ... ...
... ... ... ...
... ... ... ...
... ...)
:events
#))
#f(compiled-function (event room session) "Formatted body content (i.e. rendered HTML)." #)(#s(ement-event :id
"SIGNAL_ROOM_HASH.local"
:sender ... :content ... :origin-server-ts
1770291752021 :type "m.room.message" :unsigned
... :state-key nil :receipts nil :local nil)
#s(ement-room :id "!hCnLq3F5BGdYFzUFMVYy:example.local"
:display-name "TheOtherguy, and 2 others"
:prev-batch "e2127638" :summary ... :state
... :timeline ... :ephemeral nil :account-data
... :unread-notifications ... :latest-ts
1770293578197 :topic "Signal private chat"
:canonical-alias nil :avatar nil :status join ...)
#s(ement-session :user ... :server ... :token
"syt_dGhhb2Rhbg_JeHwezLDvlEzWHLLLiNN_3BRdB9"
:transaction-id 1974752155 :rooms ... :next-batch
"s842508972_2_855222_857891508_1259791820_156354904_2002906644_216128294_0_18606_2,e2128683_r2127405_a75794_y99_t5496851_f59"
:device-id
"c125d177038e7ef3d8616b85f765db2f381e7cec1b6df3167683511fb7e3be6a"
:initial-device-display-name
"Ement.el: bidar@odin" :has-synced-p t
:account-data ... :events #))
ement-room--format-message(#s(ement-event :id "SIGNAL_ROOM_HASH.local" :sender ... :content ... :origin-server-ts 1770291752021 :type "m.room.message" :unsigned ... :state-key nil :receipts nil :local nil) #s(ement-room :id "!hCnLq3F5BGdYFzUFMVYy:example.local" :display-name "TheOtherguy, and 2 others" :prev-batch "e2127638" :summary ... :state ... :timeline ... :ephemeral nil :account-data ... :unread-notifications ... :latest-ts 1770293578197 :topic "Signal private chat" :canonical-alias nil :avatar nil :status join ...) #s(ement-session :user ... :server ... :token "syt_dGhhb2Rhbg_JeHwezLDvlEzWHLLLiNN_3BRdB9" :transaction-id 1974752155 :rooms ... :next-batch "s842508972_2_855222_857891508_1259791820_156354904_2002906644_216128294_0_18606_2,e2128683_r2127405_a75794_y99_t5496851_f59" :device-id "c125d177038e7ef3d8616b85f765db2f381e7cec1b6df3167683511fb7e3be6a" :initial-device-display-name "Ement.el: bidar@odin" :has-synced-p t :account-data ... :events #))
ement-room--format-event(#s(ement-event :id "SIGNAL_ROOM_HASH.local" :sender ... :content ... :origin-server-ts 1770291752021 :type "m.room.message" :unsigned ... :state-key nil :receipts nil :local nil) #s(ement-room :id "!hCnLq3F5BGdYFzUFMVYy:example.local" :display-name "TheOtherguy, and 2 others" :prev-batch "e2127638" :summary ... :state ... :timeline ... :ephemeral nil :account-data ... :unread-notifications ... :latest-ts 1770293578197 :topic "Signal private chat" :canonical-alias nil :avatar nil :status join ...) #s(ement-session :user ... :server ... :token "syt_dGhhb2Rhbg_JeHwezLDvlEzWHLLLiNN_3BRdB9" :transaction-id 1974752155 :rooms ... :next-batch "s842508972_2_855222_857891508_1259791820_156354904_2002906644_216128294_0_18606_2,e2128683_r2127405_a75794_y99_t5496851_f59" :device-id "c125d177038e7ef3d8616b85f765db2f381e7cec1b6df3167683511fb7e3be6a" :initial-device-display-name "Ement.el: bidar@odin" :has-synced-p t :account-data ... :events #))
ement-room--pp-thing(#s(ement-event :id "SIGNAL_ROOM_HASH.local" :sender #s(ement-user :id "@max@musterman.foo" :displayname nil :account-data nil :color nil :message-color nil :username nil :avatar-url nil :avatar nil) :content ((body . "voice_message") (com.example.disappearing_timer) (file (hashes (sha256 . "qC4HmOxyYNq1gO1oJeqomDy9qxG2TgAxidIfDjM1Dm8")) (iv . "OAu5dWDFnWMAAAAAAAAAAA") (key (alg . "A256CTR") (ext . t) (k . "_9tIEy3FclvJns27gZ_7zKN1mLzLWmYlfYBx3fI2qtk") (key_ops . ["encrypt" "decrypt"]) (kty . "oct")) (url . "mxc://local.example/max_hashhhhhhhhhhhhhhhhhhhhhhhhhhh") (v . "v2")) (filename . "voice_message") (info (duration . 68494) (mimetype . "audio/ogg")) (m.mentions (user_ids . [])) (msgtype . "m.audio") (org.matrix.msc1767.audio (duration . 68494) (waveform . [11 84 627 450 16 9 6 542 779 642 586 253 596 31 494 506 662 554 720 674 604 819 814 30 814 816 466 815 815 813 255 9 632 26 4 48 5 23 7 392 531 388 124 129 40 259 177 12 615 151 ...])) (org.matrix.msc3245.voice) (url . "mxc://local.example/max_hashhhhhhhhhhhhhhhhhhhhhhhhhhh")) :origin-server-ts 1770291752021 :type "m.room.message" :unsigned ((transaction_id . "~example-mautrix-go_1770291751214182887_434")) :state-key nil :receipts nil :local nil))
#f(compiled-function (data) #)(#s(ement-event :id "SIGNAL_ROOM_HASH.local" :sender #s(ement-user :id "@max@musterman.foo" :displayname nil :account-data nil :color nil :message-color nil :username nil :avatar-url nil :avatar nil) :content ((body . "voice_message") (com.example.disappearing_timer) (file (hashes (sha256 . "qC4HmOxyYNq1gO1oJeqomDy9qxG2TgAxidIfDjM1Dm8")) (iv . "OAu5dWDFnWMAAAAAAAAAAA") (key (alg . "A256CTR") (ext . t) (k . "_9tIEy3FclvJns27gZ_7zKN1mLzLWmYlfYBx3fI2qtk") (key_ops . ["encrypt" "decrypt"]) (kty . "oct")) (url . "mxc://local.example/max_hashhhhhhhhhhhhhhhhhhhhhhhhhhh") (v . "v2")) (filename . "voice_message") (info (duration . 68494) (mimetype . "audio/ogg")) (m.mentions (user_ids . [])) (msgtype . "m.audio") (org.matrix.msc1767.audio (duration . 68494) (waveform . [11 84 627 450 16 9 6 542 779 642 586 253 596 31 494 506 662 554 720 674 604 819 814 30 814 816 466 815 815 813 255 9 632 26 4 48 5 23 7 392 531 388 124 129 40 259 177 12 615 151 ...])) (org.matrix.msc3245.voice) (url . "mxc://local.example/max_hashhhhhhhhhhhhhhhhhhhhhhhhhhh")) :origin-server-ts 1770291752021 :type "m.room.message" :unsigned ((transaction_id . "~example-mautrix-go_1770291751214182887_434")) :state-key nil :receipts nil :local nil))
ewoc--refresh-node(#f(compiled-function (data) #) [[[[... #4 ... #] #3 #s(ement-event :id "$EM4Rt5YZ64j-KR9fQcl3MT9BiL7VXdBe-qYkMHi7NX8:example.local" :sender ... :content ... :origin-server-ts 1770291605634 :type "m.room.message" :unsigned ... :state-key nil :receipts nil :local nil) #] #2 #s(ement-event :id "$l_e67L4RkTat3Ao_0Gg05Z1LjYLkyn8lv1EEnLAL4Ig:example.local" :sender #s(ement-user :id "@max@musterman.foo" :displayname nil :account-data nil :color nil :message-color nil :username nil :avatar-url nil :avatar nil) :content (... ... ... ...) :origin-server-ts 1770291670245 :type "m.room.message" :unsigned (...) :state-key nil :receipts nil :local nil) #] [#2 [#3 [#4 ... ement-room-fully-read-marker #] #s(ement-event :id "SIGNAL_ROOM_HASH.local" :sender ... :content ... :origin-server-ts 1770291752021 :type "m.room.message" :unsigned ... :state-key nil :receipts nil :local nil) #] #s(ement-event :id "SIGNAL_ROOM_HASH.local" :sender #s(ement-user :id "@max@musterman.foo" :displayname nil :account-data nil :color nil :message-color nil :username nil :avatar-url nil :avatar nil) :content (... ... ... ... ... ... ... ... ... ...) :origin-server-ts 1770291752021 :type "m.room.message" :unsigned (...) :state-key nil :receipts nil :local nil) #] #s(ement-event :id "SIGNAL_ROOM_HASH.local" :sender #s(ement-user :id "@max@musterman.foo" :displayname nil :account-data nil :color nil :message-color nil :username nil :avatar-url nil :avatar nil) :content ((body . "voice_message") (com.example.disappearing_timer) (file ... ... ... ... ...) (filename . "voice_message") (info ... ...) (m.mentions ...) (msgtype . "m.audio") (org.matrix.msc1767.audio ... ...) (org.matrix.msc3245.voice) (url . "mxc://local.example/max_hashhhhhhhhhhhhhhhhhhhhhhhhhhh")) :origin-server-ts 1770291752021 :type "m.room.message" :unsigned ((transaction_id . "~example-mautrix-go_1770291751214182887_434")) :state-key nil :receipts nil :local nil) #] [[[[... #5 ement-room-fully-read-marker #] #4 ement-room-read-receipt-marker #] #3 #("Typing: TheOtherguy" 0 20 (face font-lock-comment-face)) #] [#3 [#4 [#5 ... ... #] #s(ement-event :id "$FIfqZd3rzvvLBhJCvTycpmQEZOFs4EJaYpAB5JB9gcI:example.local" :sender ... :content ... :origin-server-ts 1769268337608 :type "m.room.power_levels" :unsigned ... :state-key "" :receipts nil :local nil) #] "" #] DL-LIST #])
ewoc--insert-new-node([[[[... #3 ... #] #2 #s(ement-event :id "$l_e67L4RkTat3Ao_0Gg05Z1LjYLkyn8lv1EEnLAL4Ig:example.local" :sender ... :content ... :origin-server-ts 1770291670245 :type "m.room.message" :unsigned ... :state-key nil :receipts nil :local nil) #] #1 #s(ement-event :id "SIGNAL_ROOM_HASH.local" :sender #s(ement-user :id "@max@musterman.foo" :displayname nil :account-data nil :color nil :message-color nil :username nil :avatar-url nil :avatar nil) :content (... ... ... ... ... ... ... ... ... ...) :origin-server-ts 1770291752021 :type "m.room.message" :unsigned (...) :state-key nil :receipts nil :local nil) #] [#1 [#2 [#3 ... ement-room-read-receipt-marker #] ement-room-fully-read-marker #] #s(ement-event :id "SIGNAL_ROOM_HASH.local" :sender #s(ement-user :id "@max@musterman.foo" :displayname nil :account-data nil :color nil :message-color nil :username nil :avatar-url nil :avatar nil) :content (... ... ... ... ... ... ... ... ... ...) :origin-server-ts 1770291752021 :type "m.room.message" :unsigned (...) :state-key nil :receipts nil :local nil) #] #s(ement-event :id "SIGNAL_ROOM_HASH.local" :sender #s(ement-user :id "@max@musterman.foo" :displayname nil :account-data nil :color nil :message-color nil :username nil :avatar-url nil :avatar nil) :content ((body . "voice_message") (com.example.disappearing_timer) (file ... ... ... ... ...) (filename . "voice_message") (info ... ...) (m.mentions ...) (msgtype . "m.audio") (org.matrix.msc1767.audio ... ...) (org.matrix.msc3245.voice) (url . "mxc://local.example/max_hashhhhhhhhhhhhhhhhhhhhhhhhhhh")) :origin-server-ts 1770291752021 :type "m.room.message" :unsigned ((transaction_id . "~example-mautrix-go_1770291751214182887_434")) :state-key nil :receipts nil :local nil) #] #s(ement-event :id "SIGNAL_ROOM_HASH.local" :sender #s(ement-user :id "@max@musterman.foo" :displayname nil :account-data nil :color nil :message-color nil :username nil :avatar-url nil :avatar nil) :content ((body . "voice_message") (com.example.disappearing_timer) (file (hashes ...) (iv . "OAu5dWDFnWMAAAAAAAAAAA") (key ... ... ... ... ...) (url . "mxc://local.example/max_hashhhhhhhhhhhhhhhhhhhhhhhhhhh") (v . "v2")) (filename . "voice_message") (info (duration . 68494) (mimetype . "audio/ogg")) (m.mentions (user_ids . ...)) (msgtype . "m.audio") (org.matrix.msc1767.audio (duration . 68494) (waveform . ...)) (org.matrix.msc3245.voice) (url . "mxc://local.example/max_hashhhhhhhhhhhhhhhhhhhhhhhhhhh")) :origin-server-ts 1770291752021 :type "m.room.message" :unsigned ((transaction_id . "~example-mautrix-go_1770291751214182887_434")) :state-key nil :receipts nil :local nil) #f(compiled-function (data) #) [[[[... #6 ement-room-fully-read-marker #] #5 ement-room-read-receipt-marker #] #4 #("Typing: TheOtherguy" 0 20 (face font-lock-comment-face)) #] [#4 [#5 [#6 ... ... #] #s(ement-event :id "$FIfqZd3rzvvLBhJCvTycpmQEZOFs4EJaYpAB5JB9gcI:example.local" :sender ... :content ... :origin-server-ts 1769268337608 :type "m.room.power_levels" :unsigned ... :state-key "" :receipts nil :local nil) #] "" #] DL-LIST #])
ewoc-enter-before(#s(ewoc :buffer # :pretty-printer #f(compiled-function (data) #) :header [[... #2 DL-LIST #] [#2 ... ... #] "" #] :footer [[... #2 ement-room-read-receipt-marker #] [#2 ... DL-LIST #] #("Typing: TheOtherguy" 0 20 ...) #] :dll [[... #2 ... #] [#2 ... "" #] DL-LIST #] :last-node nil :hf-pp #f(compiled-function (data) #)) [[[... #3 ... #] #2 #s(ement-event :id "SIGNAL_ROOM_HASH.local" :sender ... :content ... :origin-server-ts 1770291752021 :type "m.room.message" :unsigned ... :state-key nil :receipts nil :local nil) #] [#2 [#3 ... ement-room-fully-read-marker #] #s(ement-event :id "SIGNAL_ROOM_HASH.local" :sender ... :content ... :origin-server-ts 1770291752021 :type "m.room.message" :unsigned ... :state-key nil :receipts nil :local nil) #] #s(ement-event :id "SIGNAL_ROOM_HASH.local" :sender #s(ement-user :id "@max@musterman.foo" :displayname nil :account-data nil :color nil :message-color nil :username nil :avatar-url nil :avatar nil) :content (... ... ... ... ... ... ... ... ... ...) :origin-server-ts 1770291752021 :type "m.room.message" :unsigned (...) :state-key nil :receipts nil :local nil) #] #s(ement-event :id "SIGNAL_ROOM_HASH.local" :sender #s(ement-user :id "@max@musterman.foo" :displayname nil :account-data nil :color nil :message-color nil :username nil :avatar-url nil :avatar nil) :content ((body . "voice_message") (com.example.disappearing_timer) (file ... ... ... ... ...) (filename . "voice_message") (info ... ...) (m.mentions ...) (msgtype . "m.audio") (org.matrix.msc1767.audio ... ...) (org.matrix.msc3245.voice) (url . "mxc://local.example/max_hashhhhhhhhhhhhhhhhhhhhhhhhhhh")) :origin-server-ts 1770291752021 :type "m.room.message" :unsigned ((transaction_id . "~example-mautrix-go_1770291751214182887_434")) :state-key nil :receipts nil :local nil))
ewoc-enter-after(#s(ewoc :buffer # :pretty-printer #f(compiled-function (data) #) :header [[[... #3 ... #] #2 DL-LIST #] [#2 [#3 ... ... #] #s(ement-event :id "$FIfqZd3rzvvLBhJCvTycpmQEZOFs4EJaYpAB5JB9gcI:example.local" :sender ... :content ... :origin-server-ts 1769268337608 :type "m.room.power_levels" :unsigned ... :state-key "" :receipts nil :local nil) #] "" #] :footer [[[... #3 ement-room-fully-read-marker #] #2 ement-room-read-receipt-marker #] [#2 [#3 ... "" #] DL-LIST #] #("Typing: TheOtherguy" 0 20 (face font-lock-comment-face)) #] :dll [[[... #3 ement-room-read-receipt-marker #] #2 #("Typing: TheOtherguy" 0 20 ...) #] [#2 [#3 ... ... #] "" #] DL-LIST #] :last-node nil :hf-pp #f(compiled-function (data) #)) [[[[... #4 ... #] #3 #s(ement-event :id "$uNdA1g81wmaqbP5G4FxD4SjVkyj0rw-ruxLRe6f8KGM:example.local" :sender ... :content ... :origin-server-ts 1770291260928 :type "m.room.message" :unsigned ... :state-key nil :receipts nil :local nil) #] #2 #s(ement-event :id "$EM4Rt5YZ64j-KR9fQcl3MT9BiL7VXdBe-qYkMHi7NX8:example.local" :sender #s(ement-user :id "@signal_5866514a-80b1-4de6-847e-eefd4050c280:example.local" :displayname nil :account-data nil :color "#6b9191" :message-color nil :username nil :avatar-url nil :avatar nil) :content (... ... ... ...) :origin-server-ts 1770291605634 :type "m.room.message" :unsigned (...) :state-key nil :receipts nil :local nil) #] [#2 [#3 [#4 ... ... #] #s(ement-event :id "SIGNAL_ROOM_HASH.local" :sender ... :content ... :origin-server-ts 1770291752021 :type "m.room.message" :unsigned ... :state-key nil :receipts nil :local nil) #] #s(ement-event :id "SIGNAL_ROOM_HASH.local" :sender #s(ement-user :id "@max@musterman.foo" :displayname nil :account-data nil :color nil :message-color nil :username nil :avatar-url nil :avatar nil) :content (... ... ... ... ... ... ... ... ... ...) :origin-server-ts 1770291752021 :type "m.room.message" :unsigned (...) :state-key nil :receipts nil :local nil) #] #s(ement-event :id "$l_e67L4RkTat3Ao_0Gg05Z1LjYLkyn8lv1EEnLAL4Ig:example.local" :sender #s(ement-user :id "@max@musterman.foo" :displayname nil :account-data nil :color nil :message-color nil :username nil :avatar-url nil :avatar nil) :content ((body . "Can you listen and reply in text?") (com.example.disappearing_timer) (m.mentions ...) (msgtype . "m.text")) :origin-server-ts 1770291670245 :type "m.room.message" :unsigned ((transaction_id . "~example-mautrix-go_1770291670292793542_431")) :state-key nil :receipts nil :local nil) #] #s(ement-event :id "SIGNAL_ROOM_HASH.local" :sender #s(ement-user :id "@max@musterman.foo" :displayname nil :account-data nil :color nil :message-color nil :username nil :avatar-url nil :avatar nil) :content ((body . "voice_message") (com.example.disappearing_timer) (file (hashes ...) (iv . "OAu5dWDFnWMAAAAAAAAAAA") (key ... ... ... ... ...) (url . "mxc://local.example/max_hashhhhhhhhhhhhhhhhhhhhhhhhhhh") (v . "v2")) (filename . "voice_message") (info (duration . 68494) (mimetype . "audio/ogg")) (m.mentions (user_ids . ...)) (msgtype . "m.audio") (org.matrix.msc1767.audio (duration . 68494) (waveform . ...)) (org.matrix.msc3245.voice) (url . "mxc://local.example/max_hashhhhhhhhhhhhhhhhhhhhhhhhhhh")) :origin-server-ts 1770291752021 :type "m.room.message" :unsigned ((transaction_id . "~example-mautrix-go_1770291751214182887_434")) :state-key nil :receipts nil :local nil))
ement-room--insert-event(#s(ement-event :id "SIGNAL_ROOM_HASH.local" :sender #s(ement-user :id "@max@musterman.foo" :displayname nil :account-data nil :color nil :message-color nil :username nil :avatar-url nil :avatar nil) :content ((body . "voice_message") (com.example.disappearing_timer) (file (hashes (sha256 . "qC4HmOxyYNq1gO1oJeqomDy9qxG2TgAxidIfDjM1Dm8")) (iv . "OAu5dWDFnWMAAAAAAAAAAA") (key (alg . "A256CTR") (ext . t) (k . "_9tIEy3FclvJns27gZ_7zKN1mLzLWmYlfYBx3fI2qtk") (key_ops . ["encrypt" "decrypt"]) (kty . "oct")) (url . "mxc://local.example/max_hashhhhhhhhhhhhhhhhhhhhhhhhhhh") (v . "v2")) (filename . "voice_message") (info (duration . 68494) (mimetype . "audio/ogg")) (m.mentions (user_ids . [])) (msgtype . "m.audio") (org.matrix.msc1767.audio (duration . 68494) (waveform . [11 84 627 450 16 9 6 542 779 642 586 253 596 31 494 506 662 554 720 674 604 819 814 30 814 816 466 815 815 813 255 9 632 26 4 48 5 23 7 392 531 388 124 129 40 259 177 12 615 151 ...])) (org.matrix.msc3245.voice) (url . "mxc://local.example/max_hashhhhhhhhhhhhhhhhhhhhhhhhhhh")) :origin-server-ts 1770291752021 :type "m.room.message" :unsigned ((transaction_id . "~example-mautrix-go_1770291751214182887_434")) :state-key nil :receipts nil :local nil))
#f(compiled-function (event) "`ement-room' handler function for m.room.message events." #)(#s(ement-event :id "SIGNAL_ROOM_HASH.local" :sender #s(ement-user :id "@max@musterman.foo" :displayname nil :account-data nil :color nil :message-color nil :username nil :avatar-url nil :avatar nil) :content ((body . "voice_message") (com.example.disappearing_timer) (file (hashes (sha256 . "qC4HmOxyYNq1gO1oJeqomDy9qxG2TgAxidIfDjM1Dm8")) (iv . "OAu5dWDFnWMAAAAAAAAAAA") (key (alg . "A256CTR") (ext . t) (k . "_9tIEy3FclvJns27gZ_7zKN1mLzLWmYlfYBx3fI2qtk") (key_ops . ["encrypt" "decrypt"]) (kty . "oct")) (url . "mxc://local.example/max_hashhhhhhhhhhhhhhhhhhhhhhhhhhh") (v . "v2")) (filename . "voice_message") (info (duration . 68494) (mimetype . "audio/ogg")) (m.mentions (user_ids . [])) (msgtype . "m.audio") (org.matrix.msc1767.audio (duration . 68494) (waveform . [11 84 627 450 16 9 6 542 779 642 586 253 596 31 494 506 662 554 720 674 604 819 814 30 814 816 466 815 815 813 255 9 632 26 4 48 5 23 7 392 531 388 124 129 40 259 177 12 615 151 ...])) (org.matrix.msc3245.voice) (url . "mxc://local.example/max_hashhhhhhhhhhhhhhhhhhhhhhhhhhh")) :origin-server-ts 1770291752021 :type "m.room.message" :unsigned ((transaction_id . "~example-mautrix-go_1770291751214182887_434")) :state-key nil :receipts nil :local nil))
ement-room--process-events((#s(ement-event :id "SIGNAL_ROOM_HASH.local" :sender #s(ement-user :id "@max@musterman.foo" :displayname nil :account-data nil :color nil :message-color nil :username nil :avatar-url nil :avatar nil) :content (... ... ... ... ... ... ... ... ... ...) :origin-server-ts 1770291752021 :type "m.room.message" :unsigned (...) :state-key nil :receipts nil :local nil) #s(ement-event :id "$2JKAPhqRkSJ9duPHOADltgSUP4vmVreRP9KPsoz5DXQ:example.local" :sender #s(ement-user :id "@signal_5866514a-80b1-4de6-847e-eefd4050c280:example.local" :displayname nil :account-data nil :color "#6b9191" :message-color nil :username nil :avatar-url nil :avatar nil) :content (... ... ... ...) :origin-server-ts 1770293578197 :type "m.room.message" :unsigned (...) :state-key nil :receipts nil :local nil) #s(ement-event :id "$LAeZueDWcFTbifL3kuZQze0ShhgEzz8cb1KEiPFC0sI:example.local" :sender #s(ement-user :id "@signal_5866514a-80b1-4de6-847e-eefd4050c280:example.local" :displayname nil :account-data nil :color "#6b9191" :message-color nil :username nil :avatar-url nil :avatar nil) :content (... ... ... ...) :origin-server-ts 1770293529682 :type "m.room.message" :unsigned (...) :state-key nil :receipts nil :local nil) #s(ement-event :id "$o0h0_sH1xPcrjyibSElN35LXiLjNxeC9nAHhqjG4Hd8:example.local" :sender #s(ement-user :id "@signal_5866514a-80b1-4de6-847e-eefd4050c280:example.local" :displayname nil :account-data nil :color "#6b9191" :message-color nil :username nil :avatar-url nil :avatar nil) :content (... ... ... ... ...) :origin-server-ts 1770293344418 :type "m.room.message" :unsigned (...) :state-key nil :receipts nil :local nil) #s(ement-event :id "$auDlSXuJeu3BotW8lvHTKz7T-g4apXo1Qob67VfnEek:example.local" :sender #s(ement-user :id "@signalbot:example.local" :displayname nil :account-data nil :color nil :message-color nil :username nil :avatar-url nil :avatar nil) :content (... ... ...) :origin-server-ts 1770293284612 :type "com.example.message_send_status" :unsigned (... ...) :state-key nil :receipts nil :local nil) #s(ement-event :id "$A3KYuykBM9VhbD744oOtJHfyuhr1Vwhz5RWdbiSqEcU:example.local" :sender #s(ement-user :id "@signalbot:example.local" :displayname nil :account-data nil :color nil :message-color nil :username nil :avatar-url nil :avatar nil) :content (... ... ...) :origin-server-ts 1770293284490 :type "com.example.message_send_status" :unsigned (... ...) :state-key nil :receipts nil :local nil) #s(ement-event :id "$k3aMPFgBl6DpSWgwg0aGVr3dz7QQ6uZEt9Fsu7dpEOc:example.local" :sender #s(ement-user :id "@max@musterman.foo" :displayname nil :account-data nil :color nil :message-color nil :username nil :avatar-url nil :avatar nil) :content (... ... ... ... ... ... ... ... ... ...) :origin-server-ts 1770293282614 :type "m.room.message" :unsigned (...) :state-key nil :receipts nil :local nil) #s(ement-event :id "$TMEfg3PDsvgN_npY6n-JmNbbve3PCCg3JeC_6ly91TY:example.local" :sender #s(ement-user :id "@signalbot:example.local" :displayname nil :account-data nil :color nil :message-color nil :username nil :avatar-url nil :avatar nil) :content (... ... ...) :origin-server-ts 1770293217946 :type "com.example.message_send_status" :unsigned (... ...) :state-key nil :receipts nil :local nil) #s(ement-event :id "$kxnMdU8oXivUgURXNoappSubTrPpPZ_Ai7a2ZkaHuj8:example.local" :sender #s(ement-user :id "@signalbot:example.local" :displayname nil :account-data nil :color nil :message-color nil :username nil :avatar-url nil :avatar nil) :content (... ... ...) :origin-server-ts 1770293217816 :type "com.example.message_send_status" :unsigned (... ...) :state-key nil :receipts nil :local nil) #s(ement-event :id "$0a0CXXbHpmdIOQoAMqJbwmYUrpC1mok84WTsOyLby9c:example.local" :sender #s(ement-user :id "@max@musterman.foo" :displayname nil :account-data nil :color nil :message-color nil :username nil :avatar-url nil :avatar nil) :content (... ... ... ... ... ... ... ... ... ...) :origin-server-ts 1770293213284 :type "m.room.message" :unsigned (...) :state-key nil :receipts nil :local nil) #s(ement-event :id "$pVBN763irVTvXB-vyMakJ27Z1SPI0H77O27lSFXjcwA:example.local" :sender #s(ement-user :id "@signalbot:example.local" :displayname nil :account-data nil :color nil :message-color nil :username nil :avatar-url nil :avatar nil) :content (... ... ...) :origin-server-ts 1770293021131 :type "com.example.message_send_status" :unsigned (... ...) :state-key nil :receipts nil :local nil)))
ement--update-room-buffers(#s(ement-session :user ... :server ... :token "syt_dGhhb2Rhbg_JeHwezLDvlEzWHLLLiNN_3BRdB9" :transaction-id 1974752155 :rooms ... :next-batch "s842508972_2_855222_857891508_1259791820_156354904_2002906644_216128294_0_18606_2,e2128683_r2127405_a75794_y99_t5496851_f59" :device-id "c125d177038e7ef3d8616b85f765db2f381e7cec1b6df3167683511fb7e3be6a" :initial-device-display-name "Ement.el: bidar@odin" :has-synced-p t :account-data ... :events #))
run-hook-with-args(ement--update-room-buffers #s(ement-session :user ... :server ... :token "syt_dGhhb2Rhbg_JeHwezLDvlEzWHLLLiNN_3BRdB9" :transaction-id 1974752155 :rooms ... :next-batch "s842508972_2_855222_857891508_1259791820_156354904_2002906644_216128294_0_18606_2,e2128683_r2127405_a75794_y99_t5496851_f59" :device-id "c125d177038e7ef3d8616b85f765db2f381e7cec1b6df3167683511fb7e3be6a" :initial-device-display-name "Ement.el: bidar@odin" :has-synced-p t :account-data ... :events #))
ement--sync-callback(#s(ement-session :user ... :server ... :token "syt_dGhhb2Rhbg_JeHwezLDvlEzWHLLLiNN_3BRdB9" :transaction-id 1974752155 :rooms ... :next-batch "s842508972_2_855222_857891508_1259791820_156354904_2002906644_216128294_0_18606_2,e2128683_r2127405_a75794_y99_t5496851_f59" :device-id "c125d177038e7ef3d8616b85f765db2f381e7cec1b6df3167683511fb7e3be6a" :initial-device-display-name "Ement.el: bidar@odin" :has-synced-p t :account-data ... :events #) (... ... ... ...))
apply(ement--sync-callback (... ...))
#f(compiled-function (&rest args2) #)(((next_batch . "s842508972_2_855222_857891508_1259791820_156354904_2002906644_216128294_0_18606_2,e2128683_r2127405_a75794_y99_t5496851_f59") (account_data (events . [(... ...)])) (device_one_time_keys_count (signed_curve25519 . 224)) (rooms (join (!25dtPSOwR5WYpEcfiFzL:example.local (state ...) (timeline ... ...) (ephemeral ...) (unread_notifications ... ...) (org.matrix.msc2654.unread_count . 1495) (com.example.inbox.preview ... ...)) (!3KXuTgssRr5IckllbzZX:example.local (state ...) (timeline ... ...) (ephemeral ...) (unread_notifications ... ...) (org.matrix.msc2654.unread_count . 12508) (com.example.inbox.preview ... ...)) (!hassssdsd:example.local (state ...) (timeline ... ...) (ephemeral ...) (unread_notifications ... ...) (org.matrix.msc2654.unread_count . 203) (com.example.inbox.preview ... ...)) (!B01T5aM3hCXuVPH7PaY7:example.local (summary ... ... ... ... ...) (state ...) (timeline ... ...) (ephemeral ...) (unread_notifications ... ...) (org.matrix.msc2654.unread_count . 35816) (com.example.inbox.preview ... ...)) (!NLycCVpcsxjOtEBpoStU:example.local (ephemeral ...) (unread_notifications ... ...) (org.matrix.msc2654.unread_count . 0)) (!Oxxc313lB2XsK6CGAMkr:example.local (state ...) (timeline ... ...) (ephemeral ...) (unread_notifications ... ...) (org.matrix.msc2654.unread_count . 2941) (com.example.inbox.preview ... ...)) (!PNFv0aE8dL5zYXSMmMiF:example.local (summary ... ... ... ... ...) (state ...) (timeline ... ...) (ephemeral ...) (unread_notifications ... ...) (org.matrix.msc2654.unread_count . 12) (com.example.inbox.preview ... ...)) (!TV8oDASxcB153gx8RHns:example.local (state ...) (timeline ... ...) (ephemeral ...) (unread_notifications ... ...) (org.matrix.msc2654.unread_count . 17) (com.example.inbox.preview ... ...)) (!Z9jK6NElEdK4KYUQK7WW:example.local (state ...) (timeline ... ...) (ephemeral ...) (account_data ...) (unread_notifications ... ...) (org.matrix.msc2654.unread_count . 0) (com.example.inbox.preview ... ...)) (!e5mOhnLspOpVWSUU9nSE:example.local (ephemeral ...) (unread_notifications ... ...) (org.matrix.msc2654.unread_count . 15)) (!hCnLq3F5BGdYFzUFMVYy:example.local (state ...) (timeline ... ... ...) (ephemeral ...) (account_data ...) (unread_notifications ... ...) (org.matrix.msc2654.unread_count . 0) (com.example.inbox.preview ... ...)) (!jsd2lRWqYevEdbxd3nTj:example.local (summary ... ... ... ... ...) (state ...) (timeline ... ...) (ephemeral ...) (unread_notifications ... ...) (org.matrix.msc2654.unread_count . 215704) (com.example.inbox.preview ... ...)) (!o5i9qnMHYd79hk4irk0P:example.local (summary ... ... ... ... ...) (state ...) (timeline ... ...) (ephemeral ...) (unread_notifications ... ...) (org.matrix.msc2654.unread_count . 3548) (com.example.inbox.preview ... ...)) (!ogumb93q8x4xR5voRz4j:example.local (state ...) (timeline ... ...) (ephemeral ...) (unread_notifications ... ...) (org.matrix.msc2654.unread_count . 49) (com.example.inbox.preview ... ...)) (!qHgRxnxzEJsMU3wqNTZc:example.local (state ...) (timeline ... ...) (ephemeral ...) (unread_notifications ... ...) (org.matrix.msc2654.unread_count . 15) (com.example.inbox.preview ... ... ...)) (!u4l2aRMxXGzixI5UBYRx:example.local (state ...) (timeline ... ...) (ephemeral ...) (unread_notifications ... ...) (org.matrix.msc2654.unread_count . 4805) (com.example.inbox.preview ... ...)) (!whqslU6yEAvENrHT8741:example.local (summary ... ... ... ... ...) (state ...) (timeline ... ... ...) (ephemeral ...) (unread_notifications ... ...) (org.matrix.msc2654.unread_count . 877) (com.example.inbox.preview ... ...)) (!z9jxeEjT6JJjuhrIWYth:example.local (state ...) (timeline ... ...) (ephemeral ...) (unread_notifications ... ...) (org.matrix.msc2654.unread_count . 31292) (com.example.inbox.preview ... ...))))))
#f(compiled-function () #)()
plz--respond(#> # "finished\n")
apply(plz--respond (#> # "finished\n"))
timer-event-handler([t 27012 35219 641884 nil plz--respond (#> # "finished\n") nil 691000 nil])
```
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.