fix constructor

dbus-notify
Zlatin Balevsky 2022-06-06 07:43:37 +01:00
parent d730127486
commit 7f1c57f22d
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 1 deletions

View File

@ -197,6 +197,6 @@ class TrustSubscriber {
if (persona != profileHeader.getPersona())
throw new IOException("persona and profile mismatch")
}
new TrustEntry(persona, (String)json.reason, profileHeader)
new TrustEntry(persona, (String)json.reason, profileHeader, null)
}
}