Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Fixed not required function
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed Sep 2, 2019
1 parent a954ae0 commit a0068fa
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Threading.Tasks;
using Data_Manager2.Classes;
using Data_Manager2.Classes.DBManager;
using Data_Manager2.Classes.DBManager.Omemo;
using Data_Manager2.Classes.Toast;
using Logging;
using Microsoft.Toolkit.Uwp.UI.Helpers;
Expand Down Expand Up @@ -158,9 +157,6 @@ await Task.Run(async () =>
ChatDBManager.INSTANCE.setChat(chat.Chat, false, true);
Logger.Info("Marked chat as not active: " + chat.Chat.id);
}

// Delete all fingerprints:
OmemoSignalKeyDBManager.INSTANCE.deletePreKey()
});
}
}
Expand Down

0 comments on commit a0068fa

Please sign in to comment.