-
fjklp
test
-
Atulya Raaj
test passed!
-
raizenxd
congratulations 🥳️
-
kalkin
If i squish a msg recipe and a chat state notification and even a body (maybe) all in one `<message>` stanza, would gajim understand that?✎ -
kalkin
If i squish a msg recipe and a chat state notification and even a body (maybe) all in one `<message>` stanza, would gajim understand that? ✏
-
fjklp
kalkin: in case you don't know, you can send customized stanzas from the debug console in gajim. That seems like one way to test.
-
kalkin
fjklp: good idea. Thanjs
-
lovetox
a receipt cannot have a body
-
lovetox
you can try, but that would be really lucky if that works
-
lovetox
same with chat state notification
-
lovetox
except of course <active>
-
hyol
where do I find the option to change the font size?
-
lovetox
in preferences
-
hyol
Found it. It was buried under theme settings. I had to create an entirely new theme just for this.
-
cal0pteryx
hyol: yes, themes is how this works in gajim. You could press ctrl + +/- as well, as is listed in Help > Shortcuts
-
hyol
there ought to be a regular option IMO
-
hyol
better UX
-
lovetox
?
-
lovetox
are you on a old Gajim version, in preference is a setting thats called "User Interface Font"✎ -
lovetox
are you on a old Gajim version, in preference is a setting thats called "User Interface Font Size" ✏
-
sindrake
I looked in the gajim database and tried to understand the data. I'm espacially interested in finding the same user with various nicknames and keep apart different user with the same nickname.I think someone spoke of an unique identifier for the user in the past. I looked in the database and found the fk_occupant_id and the fk_real_remote_pk, which seem to be an identifier, but I do not really understand how they work. And it seems like there are multiple id's for the same user. Could someone explain it to me or send a link to the documantion explaining the new database (I have only found an explanation of the old database).
-
lovetox
fk_ is a foreign key to a different table
-
lovetox
are you aware how that works in SQL?
-
lovetox
there are 3 situations 1. server does not support occupant-id and its an anonymous chat -> you cannot differentiate users with same nickname 2. Its a non-anonymous chat -> fk_real_remote_pk links to the table where you find the real jid of the user 3. its anonymous chat but server supports occupant-id -> fk_occupant_id is a unique identifier for the user
-
sindrake
Ah okay, i started to combine the tables manually. Is the groupchat server or the user server returning the occupant-id/identifier?
-
lovetox
groupchat server
-
marmistrz
Here's a very simple PR letting users write their messages before they go offline. https://dev.gajim.org/gajim/gajim/-/merge_requests/1072
-
marmistrz
I'm also trying to add draft persistence to Gajim. Here's a WIP, what would be the best place to load these stored drafts? https://dev.gajim.org/gajim/gajim/-/merge_requests/1073