Skip to content

Commit 5b53ebd

Browse files
committed
fix: make sure NTS priority is set when unhiding it too
1 parent 84d6562 commit 5b53ebd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ts/models/conversation.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1849,6 +1849,10 @@ export class ConversationModel extends Model<ConversationAttributes> {
18491849
priority,
18501850
});
18511851

1852+
if (this.isMe()) {
1853+
await UserConfigWrapperActions.setPriority(priority);
1854+
}
1855+
18521856
if (shouldCommit) {
18531857
await this.commit();
18541858
}

0 commit comments

Comments
 (0)