Notification list empty for account 'hive-data'
Peakd and hive.blog frontends show the notification icon for account hive-data
but the list of notifications is empty
checked against api:
curl -s --data '{"jsonrpc":"2.0", "method":"bridge.account_notifications", "params":{"account":"hive-data","limit":100}, "id":1}' https://api.openhive.network
returns
{"jsonrpc":"2.0","result":[],"id":1}
I'm suspicious of it having something to do with the "hive-" portion of the username, but am not sure where to look
Edited by Caleb Fawkes