From 3b2f6062fc20437b8671ce13871c1f123155ca5c Mon Sep 17 00:00:00 2001 From: Luna Mendes Date: Wed, 7 Nov 2018 16:41:22 -0300 Subject: [PATCH] pubsub.lazy_guild: subscribe user to the given range --- litecord/pubsub/lazy_guild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litecord/pubsub/lazy_guild.py b/litecord/pubsub/lazy_guild.py index 5d865e4..c4cf6ef 100644 --- a/litecord/pubsub/lazy_guild.py +++ b/litecord/pubsub/lazy_guild.py @@ -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',