Remove TODO since this is done.
This commit is contained in:
parent
7e48a16c4b
commit
e23d905daa
1 changed files with 0 additions and 2 deletions
|
@ -36,8 +36,6 @@ class Plugin(BasePlugin):
|
||||||
def find_message_with_timestamp(self, timestamp):
|
def find_message_with_timestamp(self, timestamp):
|
||||||
# TODO: handle messages with the same
|
# TODO: handle messages with the same
|
||||||
# timestamp but not the same day
|
# timestamp but not the same day
|
||||||
# TODO: complete nicknames we are on the first argument and
|
|
||||||
# it doesn’t start with a digit
|
|
||||||
messages = self.core.get_conversation_messages()
|
messages = self.core.get_conversation_messages()
|
||||||
if not messages:
|
if not messages:
|
||||||
return None
|
return None
|
||||||
|
|
Loading…
Reference in a new issue