Adding conic dependency, fixing bug with disconnecting from conic, reducing the numbe...
[theonering] / src / channel / text.py
index 294b4c8..0e3ad97 100644 (file)
@@ -138,7 +138,8 @@ class TextChannel(tp.ChannelTypeText):
                        if self.__lastMessageTimestamp < conversation.time
                )
 
-       def _filter_out_read(self, conversations):
+       @staticmethod
+       def _filter_out_read(conversations):
                return (
                        conversation
                        for conversation in conversations