mute ok
This commit is contained in:
@@ -14,16 +14,14 @@
|
||||
let date_string: string;
|
||||
get_is_mute($settings_user).then(response =>
|
||||
{
|
||||
if (response && response.date)
|
||||
{
|
||||
if (response && response.name)
|
||||
is_mute = true;
|
||||
if (response && response.date)
|
||||
mute_date = response.date;
|
||||
}
|
||||
if (mute_date)
|
||||
date_string = stringify_date(new Date(mute_date));
|
||||
else
|
||||
date_string = "eternity";
|
||||
date_string = date_string;
|
||||
});
|
||||
|
||||
let is_forever;
|
||||
|
||||
@@ -37,7 +37,7 @@ function socket_events(socket)
|
||||
|
||||
socket.on('new_password', function()
|
||||
{
|
||||
to_print("notification new password:");
|
||||
to_print("notification new password");
|
||||
layout.set("password");
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user