feat: show relay NOTICE

This commit is contained in:
Vlad Stan 2023-06-30 11:46:47 +03:00
parent f244f60c56
commit 1601f71b03
6 changed files with 44 additions and 10 deletions

View file

@ -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,