FIX: Fix a bug where a note change was ending in a full blown whisper (#352)

This commit is contained in:
Natalie Tay 2022-06-18 01:45:47 +08:00 committed by GitHub
parent 1ef8e70314
commit 4c7384e88f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -577,6 +577,7 @@ function initialize(api) {
"assigned_group_to_post",
"unassigned_from_post",
"unassigned_group_from_post",
"note_change",
].includes(transformed.actionCode)
) {
transformed.isSmallAction = true;