feat: show relay NOTICE
This commit is contained in:
parent
f244f60c56
commit
1601f71b03
6 changed files with 44 additions and 10 deletions
|
|
@ -34,7 +34,8 @@ async def api_get_relays() -> RelayList:
|
|||
"num_sent_events": r.num_sent_events,
|
||||
"num_received_events": r.num_received_events,
|
||||
"error_counter": r.error_counter,
|
||||
"error_list": r.error_list
|
||||
"error_list": r.error_list,
|
||||
"notice_list": r.notice_list,
|
||||
},
|
||||
ping=r.ping,
|
||||
active=True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue