balzack / databag

fast & lightweight self-hosted messenger
Apache License 2.0
894 stars 48 forks source link

Edit Membership not available for sealed topics #124

Open zaydogan opened 5 hours ago

zaydogan commented 5 hours ago

When you create a sealed topic and invite multiple members, you can't edit the membership list (as the host) afterwards, which means you can't add additional members or readd members that accidentily left the group. This is possible with unsealed topics. I removed the !state.sealed argument in details.jsx to test and it works fine, as long everybody has setup a sealing password and unlocked it.

zaydogan commented 5 hours ago

I stand corrected. Adding new members is not working, they can't decrypt the messages. Readding members that were formerly part of the group, works.