Currently the created rooms are encrypted, but the sent notices there are unencrypted which is rather ugly.
My assumptions were wrong so this PR got fully rewrote.
It now bypasses encryption_enabled_by_default_for_room_type setting when creating server notices room, since the notices will be send unencrypted anyway.
Currently the created rooms are encrypted, but the sent notices there are unencrypted which is rather ugly.My assumptions were wrong so this PR got fully rewrote.
It now bypasses
encryption_enabled_by_default_for_room_type
setting when creating server notices room, since the notices will be send unencrypted anyway.Signed-off-by: Mathieu Velten matmaul@gmail.com
Pull Request Checklist