[OStatus] The unsubscribe state also needs a label
This commit is contained in:
parent
a9443d754a
commit
8e9db78258
|
@ -1367,6 +1367,7 @@ class OStatusPlugin extends Plugin
|
||||||
$websub_states = [
|
$websub_states = [
|
||||||
'subscribe' => _m('Pending'),
|
'subscribe' => _m('Pending'),
|
||||||
'active' => _m('Active'),
|
'active' => _m('Active'),
|
||||||
|
'unsubscribe' => _m('Unsubscribing'),
|
||||||
'nohub' => _m('Polling'),
|
'nohub' => _m('Polling'),
|
||||||
'inactive' => _m('Inactive'),
|
'inactive' => _m('Inactive'),
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user