[OStatus] The unsubscribe state also needs a label

This commit is contained in:
Alexei Sorokin 2019-09-12 14:19:21 +03:00
parent 8f309bc768
commit 693c3168da
1 changed files with 6 additions and 5 deletions

View File

@ -1367,6 +1367,7 @@ class OStatusPlugin extends Plugin
$websub_states = [
'subscribe' => _m('Pending'),
'active' => _m('Active'),
'unsubscribe' => _m('Unsubscribing'),
'nohub' => _m('Polling'),
'inactive' => _m('Inactive'),
];