Namespace buffers with "matrix."
This allows setting key bindings specifically for matrix buffers
This commit is contained in:
parent
cd90256e69
commit
00f5849500
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue