Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33341838
D13627.1768924479.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
608 B
Referenced Files
None
Subscribers
None
D13627.1768924479.diff
View Options
diff --git a/lib/components/base-auto-join-community-handler.react.js b/lib/components/base-auto-join-community-handler.react.js
--- a/lib/components/base-auto-join-community-handler.react.js
+++ b/lib/components/base-auto-join-community-handler.react.js
@@ -87,7 +87,7 @@
}
prevCanQueryRef.current = canQuery;
- if (!loggedIn || !isActive || !fid || !neynarClient) {
+ if (!canQuery || !isActive || !fid || !neynarClient) {
return;
}
@@ -178,7 +178,6 @@
threadInfos,
fid,
isActive,
- loggedIn,
neynarClient,
getAuthMetadata,
keyserverInfos,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 20, 3:54 PM (6 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5961432
Default Alt Text
D13627.1768924479.diff (608 B)
Attached To
Mode
D13627: [lib] Replace loggedIn check with canQuery in BaseAutoJoinCommunityHandler
Attached
Detach File
Event Timeline
Log In to Comment