Use G.SCRIPT_NAME for buffer name namespace prefix
This commit is contained in:
parent
00f5849500
commit
439389db4d
1 changed files with 1 additions and 1 deletions
|
@ -904,7 +904,7 @@ class RoomBuffer(object):
|
||||||
|
|
||||||
self.last_message = None
|
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
|
# This dict remembers the connection from a user_id to the name we
|
||||||
# displayed in the buffer
|
# displayed in the buffer
|
||||||
|
|
Loading…
Reference in a new issue