Seetha

  • Total activity 59
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 1 user
  • Votes 1
  • Subscriptions 32

Activity overview

Latest activity by Seetha
  • Seetha created an article,

    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 ...

  • Seetha created an article,

    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...

  • Seetha created an article,

    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. ...

  • Seetha created an article,

    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...

  • Seetha created an article,

    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...

  • Seetha created an article,

    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...

  • Seetha created an article,

    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...

  • Seetha created an article,

    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...

  • Seetha created an article,

    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...

  • Seetha commented,

    Hi, can you please send us your use case to https://getstream.io/contact/support/? Thanks.