diff --git a/matrix/buffer.py b/matrix/buffer.py index 133ab45..34fcb6e 100644 --- a/matrix/buffer.py +++ b/matrix/buffer.py @@ -904,7 +904,7 @@ class RoomBuffer(object): self.last_message = None - buffer_name = "{}.{}".format(server_name, room.room_id) + buffer_name = "matrix.{}.{}".format(server_name, room.room_id) # This dict remembers the connection from a user_id to the name we # displayed in the buffer