mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Update identities after trust (#1264)
This commit is contained in:
parent
0c5993c0ad
commit
8726c4ede0
1 changed files with 2 additions and 0 deletions
|
@ -1109,6 +1109,7 @@ public class DbusSignalImpl implements Signal {
|
|||
} catch (UnregisteredRecipientException e) {
|
||||
throw new Error.Failure("The user " + e.getSender().getIdentifier() + " is not registered.");
|
||||
}
|
||||
updateIdentities();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -1135,6 +1136,7 @@ public class DbusSignalImpl implements Signal {
|
|||
} catch (UnregisteredRecipientException e) {
|
||||
throw new Error.Failure("The user " + e.getSender().getIdentifier() + " is not registered.");
|
||||
}
|
||||
updateIdentities();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue