buffer: Add the room_id to a buffer localvar.
This commit is contained in:
parent
3f3c5f9fba
commit
6422381ae5
1 changed files with 6 additions and 0 deletions
|
@ -835,6 +835,12 @@ class RoomBuffer(object):
|
||||||
except ValueError:
|
except ValueError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
W.buffer_set(
|
||||||
|
self.weechat_buffer._ptr,
|
||||||
|
"localvar_set_room_id",
|
||||||
|
room.room_id
|
||||||
|
)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def backlog_pending(self):
|
def backlog_pending(self):
|
||||||
return self._backlog_pending
|
return self._backlog_pending
|
||||||
|
|
Loading…
Reference in a new issue