mirror of https://gitlab.com/litecord/litecord.git
pubsub.lazy_guild: subscribe user to the given range
This commit is contained in:
parent
55f8919689
commit
3b2f6062fc
|
|
@ -380,7 +380,7 @@ class GuildMemberList:
|
|||
if itemcount < 0:
|
||||
continue
|
||||
|
||||
# TODO: subscribe user to the slice
|
||||
self.state[session_id].add((start, end))
|
||||
|
||||
reply['ops'].append({
|
||||
'op': 'SYNC',
|
||||
|
|
|
|||
Loading…
Reference in New Issue