fiaxh
fiaxh
Dino implements multiple ways of announcing a file transfer. The one used in these examples is stateless file sharing. For this logic to work, Dino needs to know the ID...
By now Dino does not only rely on the message ID but also sets and checks the origin-id if the MUC server does not advertise stable ids. Do you still...
Say there is a "normal" private MUC [email protected] where some people are chatting. Someone post an invite to [email protected] to a groupcall. I fixed your point 1 in b979436069f83c7e722354fe244da698dce0d40e, and...
Thanks for your PR. I have actually also been working on implementing message deletion and moderation in Dino, which unfortunately means that some of the efforts are duplicated. I'll have...
I merged parts of your PR in 9f02aba799e07ad2ab587334fe59c577e5d4605d. A implementation of message retraction and moderation, sending and receiving is in 1ede8ade12f26cf39d29d5c616bd28693d677e09.
Please write some details on - What exactly you want to disable - Why you want to disable it
Previously, Dino didn't use occupant IDs for message corrections, that's why corrections from MAM didn't work. This changed in d625058d76efc9e344dd5e1239a4b040a7d2519a + d7872109b33451716309d084d651aedd14ec3c04, and now it should work 🙂 @badrihippo You're...
Strack traces for both panics, and one additional one that I see alongside it: ``` index_bg.wasm:0x1adfe72 2024-11-22T02:52:12.673999872Z ERROR panic | thread '' panicked at 'already borrowed: BorrowMutError': ```  ```...
No, this shouldn't be related to MUC MAM. Could you please log the stanzas that are being sent by starting Dino with `./dino --print-xmpp=message`? Then, write a message and reconnect...