Skip to content

Commit ab56d55

Browse files
committed
(real-time-indicators) add missing privacy_settings prop
1 parent a4ae477 commit ab56d55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils.ts

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ export function isOwnUserBaseProperty(property: string) {
8686
unread_count: true,
8787
unread_threads: true,
8888
invisible: true,
89+
privacy_settings: true,
8990
roles: true,
9091
};
9192

0 commit comments

Comments
 (0)