# Latest

**URL:** https://forum.social.plus/latest.md?page=1

[Latest](https://forum.social.plus/latest.md) · [Categories](https://forum.social.plus/categories.md) · [Tags](https://forum.social.plus/tags.md)

**Page:** 2

---

## [Can I create custom roles per community and assign them to a single user?](https://forum.social.plus/t/can-i-create-custom-roles-per-community-and-assign-them-to-a-single-user/1814)

<div class="topic-metadata">

**Author:** [@Pragyan\_Deep\_Gogoi](https://forum.social.plus/u/Pragyan_Deep_Gogoi)\
**Replies:** 3\
**Last updated:** [October 13, 2025, 8:34am UTC](https://forum.social.plus/t/can-i-create-custom-roles-per-community-and-assign-them-to-a-single-user/1814 "2025-10-13T08:34:29Z")

</div>

A user can have different permissions in different communities. Right now, I only see two roles — Member and Moderator. But I need more flexibility, like having specific roles within a community such as Feed Moderator, U…

---

## [Users joining community immediately despite requiresJoinApproval: true](https://forum.social.plus/t/users-joining-community-immediately-despite-requiresjoinapproval-true/1811)

<div class="topic-metadata">

**Author:** [@Pragyan\_Deep\_Gogoi](https://forum.social.plus/u/Pragyan_Deep_Gogoi)\
**Replies:** 4\
**Last updated:** [October 9, 2025, 7:42am UTC](https://forum.social.plus/t/users-joining-community-immediately-despite-requiresjoinapproval-true/1811 "2025-10-09T07:42:51Z")

</div>

Hi, we’re using Amity Server APIs and facing an unexpected behavior. Users are joining our community immediately even though requiresJoinApproval is set to true. Our setup:- Using Amity Server REST APIs (not SDK) - Aut…

---

## [Restore deleted chat](https://forum.social.plus/t/restore-deleted-chat/1802)

<div class="topic-metadata">

**Author:** [@IgoTs](https://forum.social.plus/u/IgoTs)\
**Replies:** 1\
**Last updated:** [September 26, 2025, 9:14am UTC](https://forum.social.plus/t/restore-deleted-chat/1802 "2025-09-26T09:14:31Z")

</div>

How can I restore a chat that was accidentally deleted via the API?

---

## [Image message doesn't return "caption"](https://forum.social.plus/t/image-message-doesnt-return-caption/1794)

<div class="topic-metadata">

**Author:** [@Svrle](https://forum.social.plus/u/Svrle)\
**Replies:** 3\
**Last updated:** [September 15, 2025, 6:10am UTC](https://forum.social.plus/t/image-message-doesnt-return-caption/1794 "2025-09-15T06:10:27Z")

</div>

“@amityco/ts-sdk”: “7.8.6” apiRegion = EU const imageMessage = { subChannelId: channelId, dataType: MessageContentType.IMAGE, fileId: file.fileId, caption: text, }; await MessageRepository.createMessage(imageMessage);…

---

## [Notification payload returning targetName as "undefined" for mentions](https://forum.social.plus/t/notification-payload-returning-targetname-as-undefined-for-mentions/1789)

<div class="topic-metadata">

**Author:** [@abrown1916](https://forum.social.plus/u/abrown1916)\
**Replies:** 1\
**Last updated:** [September 8, 2025, 7:16am UTC](https://forum.social.plus/t/notification-payload-returning-targetname-as-undefined-for-mentions/1789 "2025-09-08T07:16:13Z")

</div>

We are seeing an issue with the notification tray history endpoint where mention notifications sometimes return targetName as ”undefined”, which also causes the description field to read awkwardly (e.g., “UserX has menti…

---

## [Can't retrieve GlobalFeed in chronological order](https://forum.social.plus/t/cant-retrieve-globalfeed-in-chronological-order/1792)

<div class="topic-metadata">

**Author:** [@cindyconway](https://forum.social.plus/u/cindyconway)\
**Replies:** 1\
**Last updated:** [September 8, 2025, 7:07am UTC](https://forum.social.plus/t/cant-retrieve-globalfeed-in-chronological-order/1792 "2025-09-08T07:07:11Z")

</div>

SDK: @amityco/ts-sdk version 7.8.6 Problem: The global feed API is returning posts sorted by engagement level rather than chronological order, making it impossible to display ‘Most Recent’ posts. Expected Behavior: Pos…

---

## [Capitalization for searchUserByDisplayName](https://forum.social.plus/t/capitalization-for-searchuserbydisplayname/1782)

<div class="topic-metadata">

**Author:** [@cindyconway](https://forum.social.plus/u/cindyconway)\
**Replies:** 2\
**Last updated:** [September 5, 2025, 4:30pm UTC](https://forum.social.plus/t/capitalization-for-searchuserbydisplayname/1782 "2025-09-05T16:30:45Z")

</div>

There is a bug in the code for searchUserByDisplayName related to capitalization. It returns no matches if the search term is capitalizes even if the display names are capitalized. Sample display names in my instance: W…

---

## [Flutter: Example code for setup and feed query](https://forum.social.plus/t/flutter-example-code-for-setup-and-feed-query/567)

<div class="topic-metadata">

**Author:** [@devdieter](https://forum.social.plus/u/devdieter)\
**Replies:** 5\
**Last updated:** [September 3, 2025, 8:36am UTC](https://forum.social.plus/t/flutter-example-code-for-setup-and-feed-query/567 "2025-09-03T08:36:50Z")

</div>

Based on an example kindly provided by Amity support :pray: import 'package:amity\_sdk/amity\_sdk.dart'; import 'package:flutter/material.dart'; void main() async { WidgetsFlutterBinding.ensureInitialized(); await Am…

---

## [Navigation Delegate/Callbacks](https://forum.social.plus/t/navigation-delegate-callbacks/1786)

<div class="topic-metadata">

**Author:** [@tech\_perx](https://forum.social.plus/u/tech_perx)\
**Replies:** 3\
**Last updated:** [August 29, 2025, 8:31am UTC](https://forum.social.plus/t/navigation-delegate-callbacks/1786 "2025-08-29T08:31:33Z")

</div>

Hello, Is there a suggested method for allowing the containing application to listen for navigation events in the UIKit without needing to fork? e.g swapping tabs on the social home page, navigating to community pages, …

---

## [Search Communities displayName 500000 ASC error](https://forum.social.plus/t/search-communities-displayname-500000-asc-error/1781)

<div class="topic-metadata">

**Author:** [@awareai-dev](https://forum.social.plus/u/awareai-dev)\
**Replies:** 3\
**Last updated:** [August 26, 2025, 6:38am UTC](https://forum.social.plus/t/search-communities-displayname-500000-asc-error/1781 "2025-08-26T06:38:45Z")

</div>

In my React Native app, I’m currently trying to add a search bar for my app’s communities. This is the relevant code for that. export const useCommunities = ({ membership, categoryId, includeDeleted, tags, sor…

---

## [Querying Left communities](https://forum.social.plus/t/querying-left-communities/1780)

<div class="topic-metadata">

**Author:** [@BenGannaway](https://forum.social.plus/u/BenGannaway)\
**Replies:** 3\
**Last updated:** [August 25, 2025, 7:48am UTC](https://forum.social.plus/t/querying-left-communities/1780 "2025-08-25T07:48:28Z")

</div>

If I query communitites using the flag: membership ‘notMember’ A community appears if I have never joined it. But if I join and then leave, it disappears from this list, which means I can never re-join it?

---

## [Reading value from undefined](https://forum.social.plus/t/reading-value-from-undefined/1785)

<div class="topic-metadata">

**Author:** [@Navid](https://forum.social.plus/u/Navid)\
**Replies:** 3\
**Last updated:** [August 25, 2025, 7:03am UTC](https://forum.social.plus/t/reading-value-from-undefined/1785 "2025-08-25T07:03:56Z")

</div>

Hi, I’m having an issue reading a field from undefined. I tried fixing it in my cloned repository, but there are many similar cases. This is causing our application to crash.

---

## [amity developers .any agency recommendations?](https://forum.social.plus/t/amity-developers-any-agency-recommendations/1784)

<div class="topic-metadata">

**Author:** [@dan74uk](https://forum.social.plus/u/dan74uk)\
**Replies:** 0\
**Last updated:** [August 25, 2025, 6:25am UTC](https://forum.social.plus/t/amity-developers-any-agency-recommendations/1784 "2025-08-25T06:25:09Z")

</div>

can anyone recommend any agencies who deal with amity intergrations as their speciality

---

## [Get all community posts by a user](https://forum.social.plus/t/get-all-community-posts-by-a-user/1783)

<div class="topic-metadata">

**Author:** [@BenGannaway](https://forum.social.plus/u/BenGannaway)\
**Replies:** 3\
**Last updated:** [August 22, 2025, 2:47pm UTC](https://forum.social.plus/t/get-all-community-posts-by-a-user/1783 "2025-08-22T14:47:58Z")

</div>

Is there any way to query all the posts by a user, even if they are in commmunities?

---

## [Creating new post not possible in release-4.12.0 - UIKit4](https://forum.social.plus/t/creating-new-post-not-possible-in-release-4-12-0-uikit4/1774)

<div class="topic-metadata">

**Author:** [@LovyDev](https://forum.social.plus/u/LovyDev)\
**Replies:** 4\
**Last updated:** [August 22, 2025, 10:42am UTC](https://forum.social.plus/t/creating-new-post-not-possible-in-release-4-12-0-uikit4/1774 "2025-08-22T10:42:32Z")

</div>

When trying to post in a community, the bottomsheet has no elements. It’s just blank with background. I think this is critical on a release.

---

## [Add UI to edit community tags on portal](https://forum.social.plus/t/add-ui-to-edit-community-tags-on-portal/1778)

<div class="topic-metadata">

**Author:** [@awareai-dev](https://forum.social.plus/u/awareai-dev)\
**Replies:** 1\
**Last updated:** [August 18, 2025, 9:12am UTC](https://forum.social.plus/t/add-ui-to-edit-community-tags-on-portal/1778 "2025-08-18T09:12:32Z")

</div>

Since my app uses tags for classifying communities, every time I want to add communities, I have to create a script and directly hit the api rather than just use the online portal to create communities. I would gladly do…

---

## [UI Kit4 and customization in config.json](https://forum.social.plus/t/ui-kit4-and-customization-in-config-json/1763)

<div class="topic-metadata">

**Author:** [@LovyDev](https://forum.social.plus/u/LovyDev)\
**Replies:** 2\
**Last updated:** [August 13, 2025, 10:35am UTC](https://forum.social.plus/t/ui-kit4-and-customization-in-config-json/1763 "2025-08-13T10:35:16Z")

</div>

I can’t customize my config.json to change colors on sub pages like the “Trending communities“ component. I have tried the following and none of the colors are change after restart and building: I use latest Flutter SD…

---

## [React Native Push Notifications Approach](https://forum.social.plus/t/react-native-push-notifications-approach/1757)

<div class="topic-metadata">

**Author:** [@BenGannaway](https://forum.social.plus/u/BenGannaway)\
**Replies:** 13\
**Last updated:** [August 12, 2025, 9:22am UTC](https://forum.social.plus/t/react-native-push-notifications-approach/1757 "2025-08-12T09:22:29Z")

</div>

I’m using the React Native SDK but building my own UI. What’s the recommended approach for getting push notifications working now? Can I get the direct push working or do I need to build a service and use the webhook a…

---

## [Inconsistent Notification Tray Items Across Users](https://forum.social.plus/t/inconsistent-notification-tray-items-across-users/1772)

<div class="topic-metadata">

**Author:** [@Sowmya](https://forum.social.plus/u/Sowmya)\
**Replies:** 1\
**Last updated:** [August 7, 2025, 4:01am UTC](https://forum.social.plus/t/inconsistent-notification-tray-items-across-users/1772 "2025-08-07T04:01:47Z")

</div>

We’re encountering an issue with the Notification Tray feature where some users are unable to view any notifications, while others can view them without any problems — despite having similar roles and permissions. Here …

---

## [Global Feed SDK Pagination](https://forum.social.plus/t/global-feed-sdk-pagination/1770)

<div class="topic-metadata">

**Author:** [@BenGannaway](https://forum.social.plus/u/BenGannaway)\
**Replies:** 4\
**Last updated:** [August 5, 2025, 9:33am UTC](https://forum.social.plus/t/global-feed-sdk-pagination/1770 "2025-08-05T09:33:43Z")

</div>

The global feed FeedRepository.queryGlobalFeed doesn’t seem to have the pagination functions that the other query functions do. onNextPage, hasNextPage are always undefined. How should I paginate this feed?

---

## [UIKit4 Community membership](https://forum.social.plus/t/uikit4-community-membership/1771)

<div class="topic-metadata">

**Author:** [@LovyDev](https://forum.social.plus/u/LovyDev)\
**Replies:** 1\
**Last updated:** [August 4, 2025, 4:04am UTC](https://forum.social.plus/t/uikit4-community-membership/1771 "2025-08-04T04:04:27Z")

</div>

Hi support How do I join and leave a community id from Flutter SDK on demand? I have tried this but not possible with your sdk setup: Future\<void\> joinLovyLoungeCommunity() async { AmitySocialClient.newCommunityRe…

---

## [How to enable multiple IOS certificates for push notifications](https://forum.social.plus/t/how-to-enable-multiple-ios-certificates-for-push-notifications/1738)

<div class="topic-metadata">

**Author:** [@rehannadeem](https://forum.social.plus/u/rehannadeem)\
**Replies:** 15\
**Last updated:** [July 31, 2025, 11:21am UTC](https://forum.social.plus/t/how-to-enable-multiple-ios-certificates-for-push-notifications/1738 "2025-07-31T11:21:48Z")

</div>

If u have separate app for two different users like separate app for doctor and separate app for patient. How can I can ios p12 file for both. because right now it is enabling only one certificate. and notifications are …

---

## [Is there an update planned for amity\_uikit\_beta\_service (v0.2.0)? ](https://forum.social.plus/t/is-there-an-update-planned-for-amity-uikit-beta-service-v0-2-0/1762)

<div class="topic-metadata">

**Author:** [@rehannadeem](https://forum.social.plus/u/rehannadeem)\
**Replies:** 1\
**Last updated:** [July 30, 2025, 7:00am UTC](https://forum.social.plus/t/is-there-an-update-planned-for-amity-uikit-beta-service-v0-2-0/1762 "2025-07-30T07:00:50Z")

</div>

Hi team, I’m exploring the integration of the amity\_uikit\_beta\_service (version 0.2.0) into a Flutter project. However, I noticed that the package hasn’t been updated in over two years and appears to be incompatible wit…

---

## [Implement UI kit 4 with flutter](https://forum.social.plus/t/implement-ui-kit-4-with-flutter/1760)

<div class="topic-metadata">

**Author:** [@Masam123](https://forum.social.plus/u/Masam123)\
**Replies:** 1\
**Last updated:** [July 30, 2025, 3:40am UTC](https://forum.social.plus/t/implement-ui-kit-4-with-flutter/1760 "2025-07-30T03:40:37Z")

</div>

Hi how are you team ,I have implement the UI kit4 in my flutter application \[amity\_uikit\_beta\_service\] you have menthion this peckage in the documentation to implement UI kit4 but this have analysis issue so we have not…

---

## [Gradle Cannot Resolve Amity SDK Version 6.50.6](https://forum.social.plus/t/gradle-cannot-resolve-amity-sdk-version-6-50-6/1756)

<div class="topic-metadata">

**Author:** [@pinij](https://forum.social.plus/u/pinij)\
**Replies:** 1\
**Last updated:** [July 24, 2025, 6:56am UTC](https://forum.social.plus/t/gradle-cannot-resolve-amity-sdk-version-6-50-6/1756 "2025-07-24T06:56:41Z")

</div>

I received a suggestion from the Amity support team to update the Amity Core SDK to version 6.50.6 (co.amity.android:amity-sdk:6.50.6) to resolve some bugs on the Following/Follower page. However, Gradle is unable to lo…

---

## [community query params don't seem to be working](https://forum.social.plus/t/community-query-params-dont-seem-to-be-working/1754)

<div class="topic-metadata">

**Author:** [@BenGannaway](https://forum.social.plus/u/BenGannaway)\
**Replies:** 1\
**Last updated:** [July 16, 2025, 3:24pm UTC](https://forum.social.plus/t/community-query-params-dont-seem-to-be-working/1754 "2025-07-16T15:24:21Z")

</div>

I’m trying to query communities by tags. They are called categories in the portal but I guess they are the same thing? Using the following code but it’s always coming back empty: const unSubscriber = CommunityRepos…

---

## [iOS UIKitV4 with SwiftUI](https://forum.social.plus/t/ios-uikitv4-with-swiftui/1669)

<div class="topic-metadata">

**Author:** [@NLEDEV](https://forum.social.plus/u/NLEDEV)\
**Replies:** 3\
**Last updated:** [July 14, 2025, 4:09am UTC](https://forum.social.plus/t/ios-uikitv4-with-swiftui/1669 "2025-07-14T04:09:04Z")

</div>

First, thanks in advance for any help. Context: 0. I have an existing Swift/Swift UI app I want to have a community tab I added Amity to my Swift project via package manager, getting 4.0.0-beta29 In App Delegate usin…

---

## [Flutter amityChannel.unreadCount is always null](https://forum.social.plus/t/flutter-amitychannel-unreadcount-is-always-null/583)

<div class="topic-metadata">

**Author:** [@jdde](https://forum.social.plus/u/jdde)\
**Replies:** 7\
**Last updated:** [July 2, 2025, 3:39pm UTC](https://forum.social.plus/t/flutter-amitychannel-unreadcount-is-always-null/583 "2025-07-02T15:39:04Z")

</div>

Hi guys, I noticed, that the unreadCount for my user is always null for a channel (even when I joined the channel - listening on channel updates is not including unreadCounts either. Is it even supported in the flutter …

---

## [No data on getStreamController().stream](https://forum.social.plus/t/no-data-on-getstreamcontroller-stream/1749)

<div class="topic-metadata">

**Author:** [@Yarshau](https://forum.social.plus/u/Yarshau)\
**Replies:** 5\
**Last updated:** [June 25, 2025, 10:21am UTC](https://forum.social.plus/t/no-data-on-getstreamcontroller-stream/1749 "2025-06-25T10:21:02Z")

</div>

I use way to fetch messages: observeMessages(String channelId) { final collection = AmityChatClient.newMessageRepository() .getMessages(channelId) .getLiveCollection(); collection.loadNext(); …

---

## [Global feed Live version](https://forum.social.plus/t/global-feed-live-version/1748)

<div class="topic-metadata">

**Author:** [@BenGannaway](https://forum.social.plus/u/BenGannaway)\
**Replies:** 1\
**Last updated:** [June 17, 2025, 6:22am UTC](https://forum.social.plus/t/global-feed-live-version/1748 "2025-06-17T06:22:04Z")

</div>

The FeedRepository.queryGlobalFeed doesn’t seem to have a live version like the others? Is there another way to get this? If I comment on a post for example the comment counts don’t update. I guess the posts themselves …

[Previous page](https://forum.social.plus/latest.md)

[Next page](https://forum.social.plus/latest.md?page=2)
