mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 20:45:58 +01:00
feat: chat allow/deny list, closes #13359
This commit is contained in:
@@ -1629,7 +1629,7 @@ describe('User', () => {
|
||||
postsPerPage: '5',
|
||||
showemail: 1,
|
||||
showfullname: 1,
|
||||
restrictChat: 0,
|
||||
disableIncomingMessages: 0,
|
||||
followTopicsOnCreate: 1,
|
||||
followTopicsOnReply: 1,
|
||||
},
|
||||
@@ -1654,7 +1654,7 @@ describe('User', () => {
|
||||
postsPerPage: '5',
|
||||
showemail: 1,
|
||||
showfullname: 1,
|
||||
restrictChat: 0,
|
||||
disableIncomingMessages: 0,
|
||||
followTopicsOnCreate: 1,
|
||||
followTopicsOnReply: 1,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user