Fixed bug with loading old messages for groups
This commit is contained in:
parent
1554d9e53a
commit
5019535c0d
1 changed files with 1 additions and 1 deletions
|
@ -597,7 +597,7 @@ class Profile(basecontact.BaseContact, Singleton):
|
||||||
False)
|
False)
|
||||||
else:
|
else:
|
||||||
data = message.get_data()
|
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
|
self._load_history = True
|
||||||
|
|
||||||
def export_db(self, directory):
|
def export_db(self, directory):
|
||||||
|
|
Loading…
Reference in a new issue