add verified-by api to jsonrpc (#3946)

also refactor it so that it is not a static method anymore
(would have resulted in two load-Contact-from-db-calls in jsonrpc)
This commit is contained in:
Simon Laux
2023-01-12 17:13:27 +01:00
committed by GitHub
parent f0e900b885
commit 0b07dafe77
4 changed files with 35 additions and 23 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## Unreleased
### API-Changes
- jsonrpc: add verified-by information to `Contact`-Object
## 1.106.0
### Changes