-
nicoco
VLOP yourself
-
c3p0
nicoco pushed 4 commit(s) to slidcord - feat: handle private groups invitations (nicoco) - feat: friend request and deletion (nicoco) - build(deps): update slidge and discord-py-self (nicoco) - docs(readme): mention xmpp-discord-bridge (nicoco) https://codeberg.org/slidge/slidcord/compare/72d9ccb27..376453b5a
-
ThUnD3r|Gr33n
nicoco: will you switch to xmpp-discord-bridge?
-
gllmhyt
about slidgram, yesterday when I was updating I got this error: Something went wrong trying to set your avatar: XMPPError('internal-server-error', "Couldn't unset telegram avatar")
-
nicoco
> nicoco: will you switch to xmpp-discord-bridge? no, different project, different approach to gatewaying ↺
-
nicoco
> about slidgram, yesterday when I was updating I got this error: Something went wrong trying to set your avatar: XMPPError('internal-server-error', "Couldn't unset telegram avatar") hmmm well, slidgram didn't manage to change your avatar for some reason, it shouldn't be fatal, maybe the logs are interesting ↺
-
gllmhyt
OK, I'll keep an eye on it
-
gllmhyt
Oh, another question
-
gllmhyt
I was using upload-service=upload.domain.name and considering moving to no-upload-path
-
gllmhyt
If I change the configuration, do I need to do something to migrate?✎ -
gllmhyt
If I change the configuration, do I need to do something to migrate files from one to another upload service? ✏
-
gllmhyt
And is there a cleanup rule to manage retention of files?
-
gllmhyt
k thks byyyyye
-
nicoco
> If I change the configuration, do I need to do something to migrate files from one to another upload service? that won't work, you'll lose access to the files that were sent before. your XMPP clients probably already picked them though. ↺
-
nicoco
> And is there a cleanup rule to manage retention of files? with no-upload, you're on your own! set up a cronjob or something like that. ↺
-
gllmhyt
Ok, I'll stick to the upload component then
-
Menel
Hm nicoco, I think it won't need migrating and one would also not loose any pictures, since the old upload locations are still there and the old upload service still exists. Old files will have the old upload address that will still work for getting pictures, and the new will be used for everything from there on.
-
Menel
(I've switched in a similar way between different upload locations before)
-
gllmhyt
Thanks Menel for the info
-
nicoco
mmmm right, Menel, you're hired!
-
Menel
💰 💵 Yay. 10% from your slidge income 🤑
🍾 1 -
Orjan
>> about slidgram, yesterday when I was updating I got this error: Something went wrong trying to set your avatar: XMPPError('internal-server-error', "Couldn't unset telegram avatar") > hmmm well, slidgram didn't manage to change your avatar for some reason, it shouldn't be fatal, maybe the logs are interesting I get above almost every day) ↑
-
c3p0
nicoco pushed 3 commit(s) to sleamdge - fix: handle disconnections (nicoco) - fix: handle wrong 2FA errors on registration (nicoco) - fix: first login after registration (nicoco) https://codeberg.org/slidge/sleamdge/compare/4df1c4df3..8aa4aa397
-
ThUnD3r|Gr33n
Question..is it technically possible to show added or modified contact in telegram WhatsApp and discord sync contacts by the username ? For the moment only a number is given how many contacts have been added removed or modified
-
singpolyma
nicoco: what slidge uses list-multi that was giving you trouble in cheogram android?
-
singpolyma
I'm not able to reproduce in my basic test
-
nicoco
singpolyma: any slidge, the create-group command
-
singpolyma
nicoco: hmm, trying matridge I get internal-server-error when trying to run register command. this is running from docker
-
singpolyma
self.xmpp.raise_if_not_allowed_jid(ifrom)
-
singpolyma
the jid I'm using I passed to --admins do I need do make it allowed some other way?
-
singpolyma
Ah --user-jid-validator
-
singpolyma
nicoco: is the problem specifically when you pick nothing from the list?
-
singpolyma
it doesn't list any contacts for me when I use the create group ad hoc command, but it also only lists one legacy contact in general. I'm not sure if matrix has a concept of contacts or how that works