mirror of
https://github.com/wassname/talk.git
synced 2026-07-02 22:14:11 +08:00
working banned and suspended words
This commit is contained in:
@@ -74,8 +74,10 @@ export default function settings (state = initialState, action) {
|
||||
};
|
||||
case actions.WORDLIST_UPDATED:
|
||||
return update(state, {
|
||||
wordList: {
|
||||
[action.listName]: {$set: action.list},
|
||||
wordlist: {
|
||||
[action.listName]: {
|
||||
$set: action.list
|
||||
}
|
||||
}
|
||||
});
|
||||
case actions.DOMAINLIST_UPDATED:
|
||||
|
||||
Reference in New Issue
Block a user