Skip to content

Commit

Permalink
Mut user can hot-update
Browse files Browse the repository at this point in the history
  • Loading branch information
aaravlu committed Nov 18, 2024
1 parent b2afd2d commit b700faa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/home/room_screen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1582,7 +1582,6 @@ impl RoomScreen {
typing_users = users;
}
TimelineUpdate::SendPermission(can_send) => {
log!("YESYES");
if can_send == -1 {
bottom_input.set_visible(false);
no_send_permisson_notice.set_visible(true)
Expand Down

0 comments on commit b700faa

Please sign in to comment.