mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 17:35:28 +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:
|
mention:
|
||||||
message.author_id === client.user!._id
|
message.author_id === client.user!._id
|
||||||
? false
|
? false
|
||||||
: layout.getSectionState("SECTION_MENTION", false),
|
: layout.getSectionState(SECTION_MENTION, false),
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user