Skip to content

Commit

Permalink
feat(NodeBB): Add support string for topic locking
Browse files Browse the repository at this point in the history
Now plugins can tell it locks topics
  • Loading branch information
yamikuronue committed Apr 11, 2017
1 parent b2bb573 commit ec47c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/nodebb/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ class Forum extends EventEmitter {
'PrivateMessage',
'Users', 'Users.Avatars', 'Users.Follow', 'Users.URL', 'Users.Seen', 'Users.PostCount',
'Posts', 'Posts.Edit', 'Posts.Vote', 'Posts.Delete', 'Posts.Bookmark', 'Posts.URL',
'Topics', 'Topics.URL', 'Topics.Watch', 'Topics.Mute',
'Topics', 'Topics.URL', 'Topics.Watch', 'Topics.Mute', 'Topics.Lock',
'Categories',
'Notifications', 'Notifications.URL',
'Formatting', 'Formatting.Markup', 'Formatting.Markup.Markdown',
Expand Down

0 comments on commit ec47c14

Please sign in to comment.