pubsub.lazy_guild: subscribe user to the given range

This commit is contained in:
Luna Mendes 2018-11-07 16:41:22 -03:00
parent 55f8919689
commit 3b2f6062fc
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ class GuildMemberList:
if itemcount < 0: if itemcount < 0:
continue continue
# TODO: subscribe user to the slice self.state[session_id].add((start, end))
reply['ops'].append({ reply['ops'].append({
'op': 'SYNC', 'op': 'SYNC',