mirror of
https://github.com/Steffo99/twom.git
synced 2024-11-21 15:44:26 +00:00
Convert FIXME to regular comment, as it's fine for the scope of this project
This commit is contained in:
parent
04ccf360ac
commit
1496650c50
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ class MainActivity : ComponentActivity() {
|
|||
// Allow everyone to redact their own states
|
||||
"m.room.redaction" to 0,
|
||||
// Allow everyone to set RSVPs
|
||||
// FIXME: Do we really want everyone to set RSVPs? Maybe we should use m.room.member instead?
|
||||
// Do we really want everyone to set RSVPs? Maybe m.room.member could be used instead...?
|
||||
"eu.steffo.twom.rsvp" to 0,
|
||||
),
|
||||
|
||||
|
|
Loading…
Reference in a new issue