mirror of
https://github.com/Steffo99/twom.git
synced 2024-11-21 23:54: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
|
// Allow everyone to redact their own states
|
||||||
"m.room.redaction" to 0,
|
"m.room.redaction" to 0,
|
||||||
// Allow everyone to set RSVPs
|
// 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,
|
"eu.steffo.twom.rsvp" to 0,
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue