mirror of https://github.com/zulip/zulip.git
personal_menu_popover: Remove unused field from function call.
The API structure does not contain the `user_id` field.
This commit is contained in:
parent
ec23f5e77b
commit
9d2a82d477
|
@ -58,9 +58,7 @@ export function initialize() {
|
|||
|
||||
$popper.one("click", ".personal-menu-clear-status", (e) => {
|
||||
e.preventDefault();
|
||||
const me = current_user.user_id;
|
||||
user_status.server_update_status({
|
||||
user_id: me,
|
||||
status_text: "",
|
||||
emoji_name: "",
|
||||
emoji_code: "",
|
||||
|
|
Loading…
Reference in New Issue