FIX: Fix a bug where a note change was ending in a full blown whisper (#352)
This commit is contained in:
parent
1ef8e70314
commit
4c7384e88f
|
|
@ -577,6 +577,7 @@ function initialize(api) {
|
||||||
"assigned_group_to_post",
|
"assigned_group_to_post",
|
||||||
"unassigned_from_post",
|
"unassigned_from_post",
|
||||||
"unassigned_group_from_post",
|
"unassigned_group_from_post",
|
||||||
|
"note_change",
|
||||||
].includes(transformed.actionCode)
|
].includes(transformed.actionCode)
|
||||||
) {
|
) {
|
||||||
transformed.isSmallAction = true;
|
transformed.isSmallAction = true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue