jdev - 2025-12-22


  1. jjj333_p (any pronouns)

    is there any reason combining replies with 0066 inline media doesnt seem to work? or am i just sending incorrect events? if i dont have the media part it seems to work as expected ```xml DEBUG SEND: <message type="groupchat" to="chaos@group.pain.agency" from="jjj333_p_1325_envs.net@koishi.pain.agency" id="$r7L3ND2ljBYvmtf5nflTWpGDXa1ipMB2SsiyU9mOrPg"><body>https://koishi.pain.agency/matrix-proxy/02b52f37-4983-4e4f-95ce-5dbad4f417e1/slopjak.jpg</body><reply xmlns="urn:xmpp:reply:0" to="chaos@group.pain.agency/asdf" id="019b476f-e80e-7981-b2ce-46e353b3c299" /><x xmlns="jabber:x:oob"><url>https://koishi.pain.agency/matrix-proxy/02b52f37-4983-4e4f-95ce-5dbad4f417e1/slopjak.jpg</url></x></message> DEBUG SEND: <message type="groupchat" to="chaos@group.pain.agency" from="jjj333_p_1325_envs.net@koishi.pain.agency" id="$r7L3ND2ljBYvmtf5nflTWpGDXa1ipMB2SsiyU9mOrPg"><body>https://koishi.pain.agency/matrix-proxy/02b52f37-4983-4e4f-95ce-5dbad4f417e1/slopjak.jpg</body><reply xmlns="urn:xmpp:reply:0" to="chaos@group.pain.agency/asdf" id="019b476f-e80e-7981-b2ce-46e353b3c299" /><x xmlns="jabber:x:oob"><url>https://koishi.pain.agency/matrix-proxy/02b52f37-4983-4e4f-95ce-5dbad4f417e1/slopjak.jpg</url></x></message> ```

  2. jjj333_p (any pronouns)

    neither gajim nor dino embed this (though once media is loaded, dino's ui just completely dissapears them, maybe it tired to do something?)

  3. jjj333_p (any pronouns)

    im not proud of this code and it lacks any polish whatsoever but for reference: https://github.com/jjj333-p/koishi/blob/157708af5a46240b3232a5c0ddd5b31a8a757871/main.py#L432

  4. lovetox

    depending on the groupchat gajim might display no media

  5. lovetox

    in Gajim settings, you can enable display of images in public groupchats

  6. lovetox

    otherwise you can also start gajim with -v, and see what gajims logs say when it receives the message

  7. lovetox

    i would say you message is correct

  8. lovetox

    but as gajim does not support replying with images itself, this case might be untested

  9. jjj333_p (any pronouns)

    > depending on the groupchat gajim might display no media lovetox, gajim displays media, no reply

  10. jjj333_p (any pronouns)

    ignore the image content, it was just something i had in my recent files to test with

  11. jjj333_p (any pronouns)

    https://downloadable.pain.agency/file_share/019b47b4-25f6-7eec-8024-ff0b36a47f81/9bfc6b82-35b6-44c1-8c25-e8bc8659e664.png

  12. jjj333_p (any pronouns)

    https://downloadable.pain.agency/file_share/019b47b4-dde6-710b-8a58-eb55d7857b31/f9d0b5ef-cad5-40d3-9edf-d037c6351a8e.png

  13. jjj333_p (any pronouns)

    and this is what dino did

  14. lovetox

    ah ok, so gajim shows the image but not the referenced message

  15. lovetox

    this may as well be a recent bug, as we rewritten our image preview, i will have a look

    👍 1
  16. lovetox

    jjj333_p (any pronouns), i can confirm this is a bug in Gajim, thanks for reporting