-
xiaobai
My account forgot password how to get back, have the big guy teach me?
-
fjklp
my best guess is that you should talk to your server admin and see if you can get it back
-
fjklp
did you have gajim setup to store your password?
-
xiaobai
Okay, thank you
-
xiaobai
Let me talk to the administrator
-
asterix
xiaobai: on which server is it?
-
23
I have a private room ( family with just three people) and from this morning I get the rotating icon saying loading messages but the messages are loaded and have the message "messages stored on server" I have left and rejoined the group restarted my server with no change. I am running the Debian nightly, this room has worked fine for over a year.
-
marmistrz
> marmistrz, i pushed a commit, which should implement the fallback better lovetox, thanks, yes that's even better. I'll close the MR thanks
-
marmistrz
The issue still seems to persist, so I'll keep debugging
-
lovetox
marmistrz, i tested this and the only thing i found was, that if you create a muc yourself, then encryption is disabled
-
lovetox
this has probabyl nothing to do with defaults, rather with the creation flow, when we receive disco, and when we join
-
lovetox
23, enable debug logs, join the channel
-
marmistrz
Hmmm, maybe the app stored something as the non-default. So this works as long as you create the MUC in Conversations, for example, right?
-
lovetox
send us the log from the moment you tried to join
-
lovetox
marmistrz, i didnt debug this, i just suspect we get the disco from the muc only after we already joined
-
lovetox
this is because mucs can only be created with a join
-
lovetox
but we depend on disco info to get the info if its private or public
-
marmistrz
Ok, I'll debug it after the conference deadline.
-
lovetox
so if you create, gajim will think for a few seconds its a public muc, after we received the disco, we know its private
-
lovetox
i doubt thats easy to fix, you would need to create logic that not depends on disco to get this information