
Cody Smith
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 8
Articles
Votes on activity by Cody Smith-
How to use queryChannels filter to return empty channels only to the channel creator
The UX for many messaging applications is built so that if one person (User A) starts a 1:1 message with another user (User B), only User A will see the channel until they send a message, at which ...
-
Code to Paginate all Channels - Chat
The queryChannels call is used to generate a list of channels that fit certain criteria, such as a specific channel type, or all channels that a user is a member of. The maximum amount of channels...
-
List of regional Base URLs / Domains - Feeds
You might want to use these base URLs to see the response times of various endpoints or to easily get a sense of what responses from the API look like. Here are the region-specific base URLs for...
-
Differences between channel.create, channel.watch, and channel.query - Chat
This article covers the differences between three common channel methods: channel.create, channel.watch, and channel.query. These methods share some similarities, but their differences are importa...
-
List of regional Base URLs / Domains - Chat
You might want to use these base URLs to see the response times of various endpoints or to easily get a sense of what responses from the API look like. Here are the region-specific base URLs for...
-
Customizing Message Actions in React - Chat
This guide will familiarize you with the messageActions prop and allow you to customize the available actions on a message. By default, messages in a MessageList component will have 'actions' that...
-
Querying for users/channels past the offset:1000 limit - Chat
This article details how to paginate past the offset:1000 limit that is inherent to query methods like queryChannels and queryUsers. The following examples will use the queryUsers endpoint but can ...
-
How To Receive Notifications using a Notification Feed
This article details how to use the notification feed group to receive notifications for new activities and new reactions (likes, comments, etc.) as well as some basics on the aggregation formats y...