Contact: store last used identity

This commit is contained in:
M66B
2022-04-18 23:12:24 +02:00
parent 7764b6450f
commit 0431c7c27c
10 changed files with 2776 additions and 12 deletions

View File

@@ -297,7 +297,7 @@ public class ServiceUI extends IntentService {
if (block_sender)
EntityContact.update(this,
message.account, message.from,
message.account, message.identity, message.from,
EntityContact.TYPE_JUNK, message.received);
db.setTransactionSuccessful();