Refresh chat rooms lists when ephemeral message expires
This commit is contained in:
parent
d0ca028ebe
commit
431881cf50
1 changed files with 4 additions and 0 deletions
|
@ -152,6 +152,10 @@ public class ChatRoomsFragment extends Fragment
|
|||
refreshChatRoom(room);
|
||||
}
|
||||
|
||||
public void onChatRoomEphemeralMessageDeleted(Core lc, ChatRoom cr) {
|
||||
refreshChatRoom(cr);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onChatRoomRead(Core core, ChatRoom room) {
|
||||
refreshChatRoom(room);
|
||||
|
|
Loading…
Reference in a new issue