Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33095080
D6972.1768466401.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
855 B
Referenced Files
None
Subscribers
None
D6972.1768466401.diff
View Options
diff --git a/web/sidebar/community-picker.react.js b/web/sidebar/community-picker.react.js
--- a/web/sidebar/community-picker.react.js
+++ b/web/sidebar/community-picker.react.js
@@ -4,7 +4,10 @@
import * as React from 'react';
import { useDispatch } from 'react-redux';
-import { clearCalendarCommunityFilter } from 'lib/actions/community-actions.js';
+import {
+ clearCalendarCommunityFilter,
+ clearChatCommunityFilter,
+} from 'lib/actions/community-actions.js';
import { useModalContext } from 'lib/components/modal-provider.react.js';
import SWMansionIcon from 'lib/components/SWMansionIcon.react.js';
@@ -42,6 +45,9 @@
type: updateNavInfoActionType,
payload: { tab: 'chat' },
});
+ dispatch({
+ type: clearChatCommunityFilter,
+ });
}
},
[dispatch, isCalendarOpen],
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 15, 8:40 AM (8 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5936985
Default Alt Text
D6972.1768466401.diff (855 B)
Attached To
Mode
D6972: [web] Make pressing Inbox button reset selected community
Attached
Detach File
Event Timeline
Log In to Comment