Fix infinite recursion

This commit is contained in:
Lonami Exo 2018-07-11 11:23:11 +02:00
parent e902304360
commit e2ffa816dc

View File

@ -396,7 +396,7 @@ class Message(ChatGetter, SenderGetter):
*not* considered outgoing, just like official clients
display them.
"""
return self.original_message.out
return self.__dict__['out']
async def get_reply_message(self):
"""