Page MenuHomePhabricator

D13717.diff
No OneTemporary

D13717.diff

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

Mime Type
text/plain
Expires
Wed, Oct 16, 1:34 PM (11 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2304828
Default Alt Text
D13717.diff (424 B)

Event Timeline