Seetha
- Total activity 57
- Last activity
- Member since
- Following 0 users
- Followed by 2 users
- Votes 1
- Subscriptions 31
Articles
Recent activity by Seetha-
Understanding Stream Feed Follow Counts
Understanding how follow counts are computed between different feed groups is crucial for implementing accurate social features when working with Stream's Activity Feeds. This article explains the ...
-
How to Implement Hashtag Functionality in Stream Activity Feeds
# Implementing Hashtags in Stream Activity Feeds ## OverviewStream's Activity Feeds support hashtag functionality through a combination of feed groups and TO field targeting. This guide explains ho...
-
Deleting All Data Associated with a User in Stream
When a user is deleted in Stream, their associated data, such as activities and reactions, is not automatically removed. To ensure a comprehensive cleanup, you must manually remove these elements. ...
-
Disable Permission Checks - From the API
The permission checks are necessary for your application without which anybody can edit/delete any message. These permission checks are in place to protect the application and to respect the permis...
-
Uploading attachments in Stream-Chat
The most common topic about uploads especially when you want to use stream's CDN. Stream had imgix CDN before but now its cloudfront, so if you have issues with your CDN URL, please feel free to re...
-
How to share / repost an activity
A common approach to share, repost or "retweet" an activity - There is an option to repost an activity - You can use reactions for this: just add a reaction with a title repost and use targetFeed...
-
Deleting Feed Data and Feed Group
A common use-case where you want to delete unwanted or unused feed groups from the App. This is possible from the dashboard. If it's a dev app this is easy to do, if it's a Prod app, you might w...
-
User Ban - Chat
This is a great moderation feature provided by Stream. Ban is a server-side operation - There are 2 types of ban available. 1. Channel Ban 2. Client Ban (App Ban / User Ban) Channel Ban let dat...
-
How to update Organization Name from the dashboard?
A regular use-case where there is a necessity to change the Organization name because you had created a temporary Org name created before or your Org name has changed. In any such situation, ple...
-
Client-Side API calls and Server-Side API calls - Chat
This article covers in detail the API calls that can be performed in the Client-side and the Server-side and about the special permissions required client-side. COMMANDS CLIENT-SIDE CLIENT-SID...