mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +00:00
Fix: Editor would not open "delete_message".
Fix: Clear status if empty string given.
This commit is contained in:
@@ -119,7 +119,7 @@ export function SpecialInputModal(props: SpecialProps) {
|
||||
client.users.editUser({
|
||||
status: {
|
||||
...client.user?.status,
|
||||
text
|
||||
text: text.trim().length > 0 ? text : undefined
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user