tweak comment
This commit is contained in:
parent
0363f73e28
commit
9e77d1b763
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ const commands = {
|
|||
if (matches) {
|
||||
const userId = matches[1];
|
||||
const ignoredUsers = MatrixClientPeg.get().getIgnoredUsers();
|
||||
ignoredUsers.push(userId); // de-duped internally below
|
||||
ignoredUsers.push(userId); // de-duped internally in the js-sdk
|
||||
return success(
|
||||
MatrixClientPeg.get().setIgnoredUsers(ignoredUsers).then(() => {
|
||||
const QuestionDialog = sdk.getComponent("dialogs.QuestionDialog");
|
||||
|
|
Loading…
Reference in a new issue