Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32928333
D13717.1768233905.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
424 B
Referenced Files
None
Subscribers
None
D13717.1768233905.diff
View Options
diff --git a/lib/utils/neynar-client.js b/lib/utils/neynar-client.js
--- a/lib/utils/neynar-client.js
+++ b/lib/utils/neynar-client.js
@@ -176,7 +176,7 @@
const { channels } = json;
for (const channel of channels) {
- if (channel.name.toLowerCase() === channelName.toLowerCase()) {
+ if (channel.id.toLowerCase() === channelName.toLowerCase()) {
return channel;
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 12, 4:05 PM (10 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5923729
Default Alt Text
D13717.1768233905.diff (424 B)
Attached To
Mode
D13717: [lib] Fix selecting custom Neynar channel
Attached
Detach File
Event Timeline
Log In to Comment