forked from abner/for-legacy-web
fix(reply): mention toggle would not persist
parent
5737b32271
commit
301070a3cb
|
|
@ -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),
|
||||
},
|
||||
]);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue