Use G.SCRIPT_NAME for buffer name namespace prefix

This commit is contained in:
Tom Smeding 2020-07-02 16:40:12 +02:00
parent 00f5849500
commit 439389db4d

View file

@ -904,7 +904,7 @@ class RoomBuffer(object):
self.last_message = None
buffer_name = "matrix.{}.{}".format(server_name, room.room_id)
buffer_name = "{}.{}.{}".format(G.SCRIPT_NAME, server_name, room.room_id)
# This dict remembers the connection from a user_id to the name we
# displayed in the buffer