File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import type {
12
12
PerAccountState ,
13
13
Subscription ,
14
14
Stream ,
15
- ThemeName ,
16
15
UserId ,
17
16
User ,
18
17
UserOrBot ,
@@ -63,7 +62,6 @@ export type BackgroundData = $ReadOnly<{|
63
62
streams : Map < number , Stream> ,
64
63
subscriptions : Map < number , Subscription> ,
65
64
unread : UnreadState ,
66
- theme : ThemeName ,
67
65
twentyFourHourTime : boolean ,
68
66
userSettingStreamNotification : boolean ,
69
67
displayEmojiReactionUsers : boolean ,
@@ -96,7 +94,6 @@ export const getBackgroundData = (
96
94
streams : getStreamsById ( state ) ,
97
95
subscriptions : getSubscriptionsById ( state ) ,
98
96
unread : getUnread ( state ) ,
99
- theme : globalSettings . theme ,
100
97
twentyFourHourTime : getRealm ( state ) . twentyFourHourTime ,
101
98
userSettingStreamNotification : getSettings ( state ) . streamNotification ,
102
99
displayEmojiReactionUsers : getSettings ( state ) . displayEmojiReactionUsers ,
You can’t perform that action at this time.
0 commit comments