Namespace buffers with "matrix."

This allows setting key bindings specifically for matrix buffers
This commit is contained in:
Tom Smeding 2020-07-02 16:29:01 +02:00
parent cd90256e69
commit 00f5849500

View file

@ -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