mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
@@ -369,9 +369,7 @@ export default function ContextMenus() {
|
||||
|
||||
case "clear_status":
|
||||
{
|
||||
const { text: _text, ...status } =
|
||||
client.user?.status ?? {};
|
||||
await client.users.edit({ status });
|
||||
await client.users.edit({ remove: ["StatusText"] });
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user