fix(reply): mention toggle would not persist

This commit is contained in:
Paul
2021-12-26 15:00:50 +00:00
parent b09080f88c
commit a37ff5d349

View File

@@ -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),
}, },
]); ]);
}); });