forked from abner/for-legacy-web
Fix: Emojis showing through spoilers.
Fix: Copy ID copies wrong ID. Messaging: Add context menu to avatar / username.
This commit is contained in:
@@ -562,7 +562,7 @@ function ContextMenus(props: WithDispatcher) {
|
||||
}
|
||||
}
|
||||
|
||||
let id = server?._id ?? channel?._id ?? user?._id ?? message?._id;
|
||||
let id = sid ?? cid ?? uid ?? message?._id;
|
||||
if (id) {
|
||||
pushDivider();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user