Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Ignore encryption_enabled_by_default_for_room_type for notices room #16677

Merged

Conversation

MatMaul
Copy link
Contributor

@MatMaul MatMaul commented Nov 22, 2023

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

@MatMaul MatMaul requested a review from a team as a code owner November 22, 2023 15:59
@MatMaul MatMaul force-pushed the server-notice-disable-encryption branch 2 times, most recently from 40a02b6 to 69bf482 Compare November 27, 2023 17:23
@MatMaul MatMaul force-pushed the server-notice-disable-encryption branch from 69bf482 to 2598637 Compare November 27, 2023 17:24
@MatMaul MatMaul changed the title Disable encryption for server notices rooms Ignore encryption_enabled_by_default_for_room_type for notices room Nov 27, 2023
@MatMaul
Copy link
Contributor Author

MatMaul commented Nov 27, 2023

Sorry for the force push, this got fully rewrote following wrong assumptions.

Copy link
Member

@erikjohnston erikjohnston left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes sense given that users aren't allowed to send messages into the server notices room

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants