mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
fix(reply): mention toggle would not persist
This commit is contained in:
@@ -101,7 +101,7 @@ export default observer(({ channel, replies, setReplies }: Props) => {
|
||||
mention:
|
||||
message.author_id === client.user!._id
|
||||
? false
|
||||
: layout.getSectionState("SECTION_MENTION", false),
|
||||
: layout.getSectionState(SECTION_MENTION, false),
|
||||
},
|
||||
]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user