Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32216513
D6970.1765167394.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
447 B
Referenced Files
None
Subscribers
None
D6970.1765167394.diff
View Options
diff --git a/web/selectors/thread-selectors.js b/web/selectors/thread-selectors.js
--- a/web/selectors/thread-selectors.js
+++ b/web/selectors/thread-selectors.js
@@ -108,9 +108,14 @@
);
}
+function usePickedCommunityChat(): ?string {
+ return useSelector(state => state.pickedCommunityIDs.chat);
+}
+
export {
useOnClickThread,
useThreadIsActive,
useOnClickPendingSidebar,
useOnClickNewThread,
+ usePickedCommunityChat,
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Dec 8, 4:16 AM (19 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5847030
Default Alt Text
D6970.1765167394.diff (447 B)
Attached To
Mode
D6970: [web] Add a selector for fetching picked community in Chat tab
Attached
Detach File
Event Timeline
Log In to Comment