The "ignore" feature can be disabled and enabled, the value will now be retrieved.
This commit is contained in:
parent
e32e458cb8
commit
56f0af2067
2 changed files with 16 additions and 9 deletions
|
|
@ -60,6 +60,7 @@ function get_features() {
|
|||
array('filing', t('Saved Folders'), t('Ability to file posts under folders')),
|
||||
array('dislike', t('Dislike Posts'), t('Ability to dislike posts/comments')),
|
||||
array('star_posts', t('Star Posts'), t('Ability to mark special posts with a star indicator')),
|
||||
array('ignore_posts', t('Mute Post Notifications'), t('Ability to mute notifications for a thread')),
|
||||
),
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue