Fixed bug with loading old messages for groups

This commit is contained in:
ingvar1995 2020-03-21 22:05:17 +03:00
parent 1554d9e53a
commit 5019535c0d
1 changed files with 1 additions and 1 deletions

View File

@ -597,7 +597,7 @@ class Profile(basecontact.BaseContact, Singleton):
False)
else:
data = message.get_data()
self.create_gc_message_item(data[0], data[2], data[1], data[4], data[3])
self.create_gc_message_item(data[0], data[2], data[1], data[4], data[3], False)
self._load_history = True
def export_db(self, directory):