Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking β€œSign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for channel member extra data #3487

Merged
merged 25 commits into from
Nov 18, 2024
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
6e7b9ec
Add premium icon to DemoApp's User Cell
nuno-vieira Oct 23, 2024
5685774
Add `ChatChannelMemberController.partialUpdate()` to partially update…
nuno-vieira Oct 23, 2024
e1abec4
Change `ChatChannelController.addMembers()` to support additional mem…
nuno-vieira Oct 23, 2024
86d48a5
Add channel member premium feature to the Demo App
nuno-vieira Oct 23, 2024
2a2ee6b
Add memberExtraData to ChatMember
nuno-vieira Nov 12, 2024
f5f10c0
Add a way to query members with extra data
nuno-vieira Nov 12, 2024
491de96
Fix test compilation
nuno-vieira Nov 12, 2024
acb8f5f
Add test coverage
nuno-vieira Nov 12, 2024
b90bee3
Update CHANGELOG.md
nuno-vieira Nov 12, 2024
f8720ba
Merge branch 'develop' into add/channel-members-extra-data
nuno-vieira Nov 13, 2024
c0f14dc
Update gitignore to include VSCode / Cursor
nuno-vieira Nov 14, 2024
964be7a
Add `CurrentUserController.updateMemberData()`
nuno-vieira Nov 14, 2024
b243982
Make unsetProperties optional
nuno-vieira Nov 14, 2024
8637662
Only show Premium member feature in the Demo App if enabled
nuno-vieira Nov 14, 2024
978b9ec
Make the DemoApp-StreamDevelopers scheme accessible
nuno-vieira Nov 14, 2024
c8676cf
Make MemberInfo.extraData optional
nuno-vieira Nov 14, 2024
920ddce
Do not deprecate the previous method
nuno-vieira Nov 14, 2024
d69c130
Update CHANGELOG.md
nuno-vieira Nov 14, 2024
334f4ca
Updating current user member extra data does not require capability
nuno-vieira Nov 14, 2024
357fed2
Update CHANGELOG.md
nuno-vieira Nov 14, 2024
0dab83f
Fix AddMemberInput typo
nuno-vieira Nov 14, 2024
2779b47
Do not show premium badge on the demo app if feature is disabled
nuno-vieira Nov 14, 2024
074cba8
Merge branch 'develop' into add/channel-members-extra-data
testableapple Nov 18, 2024
ab4bc50
Add unset premium member action in Demo App
nuno-vieira Nov 18, 2024
e993758
Merge branch 'develop' into add/channel-members-extra-data
nuno-vieira Nov 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update gitignore to include VSCode / Cursor
  • Loading branch information
nuno-vieira committed Nov 14, 2024
commit c0f14dc78b604fd669320e9ccee47102e6e1d2d8
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -104,3 +104,7 @@ Dependencies/

# Ignore internal scheme
StreamChat.xcodeproj/xcshareddata/xcschemes/DemoApp-StreamDevelopers.xcscheme

# VSCode
.vscode
buildServer.json