Compare commits
1 commit
8946353228
...
4ab180c211
| Author | SHA1 | Date | |
|---|---|---|---|
|
4ab180c211 |
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ class RoomChatController extends AsyncNotifier<ChatController> {
|
||||||
relation.authorId,
|
relation.authorId,
|
||||||
].toIList(),
|
].toIList(),
|
||||||
room: taggedMessage.contains("@room"),
|
room: taggedMessage.contains("@room"),
|
||||||
),
|
), // TODO: Add parsed mentions
|
||||||
text: taggedMessage,
|
text: taggedMessage,
|
||||||
relation: relation == null
|
relation: relation == null
|
||||||
? null
|
? null
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue