Ayush Shekhar
|
3fc9aabe6f
|
Exposed score for send reaction in the client side as well
|
2022-02-16 14:05:48 +05:30 |
|
Ayush Shekhar
|
538fdd6bc5
|
Exposed score in the sendReaction function for channel
|
2022-02-16 12:15:55 +05:30 |
|
Gordon
|
8e064bf505
|
fix(llc): thread message reactions (#1)
* fix: thread reactions not updated
* test: thread message reactions
* docs: update changelog
|
2022-02-15 11:02:56 +01:00 |
|
Sahil Kumar
|
338b4ac619
|
chore(llc): fix lint
Signed-off-by: xsahil03x <xdsahil@gmail.com>
|
2022-02-14 20:04:49 +05:30 |
|
Sahil Kumar
|
c49641fde7
|
test(llc): fix markAllRead test
Signed-off-by: xsahil03x <xdsahil@gmail.com>
|
2022-02-14 19:52:50 +05:30 |
|
Bartek Stoliński
|
6ac98ff9a2
|
Merge branch 'bugfix/deleting_thread_messages' into develop
|
2022-02-08 15:48:14 +01:00 |
|
Bartek Stoliński
|
9a4677a7b8
|
decrease parent message reply count only once
|
2022-02-08 15:47:42 +01:00 |
|
Bartek Stoliński
|
c321659dca
|
if the message is not in the main messages list, try to find in the threads messages
|
2022-02-08 15:03:19 +01:00 |
|
Salvatore Giordano
|
ca4cc3cd3d
|
Merge pull request #884 from GetStream/release/3.4.0
chore(llc,core,ui,persistence,localizations): 3.4.0
|
2022-02-03 14:59:13 +01:00 |
|
Salvatore Giordano
|
b315d38289
|
fix changelog
|
2022-02-03 11:44:17 +01:00 |
|
Salvatore Giordano
|
4791aa86fe
|
Update packages/stream_chat/lib/src/core/models/user.dart
|
2022-02-03 11:42:04 +01:00 |
|
Salvatore Giordano
|
5580fc2ba1
|
Apply suggestions from code review
Co-authored-by: Gordon <pggordonhayes@gmail.com>
|
2022-02-03 11:33:10 +01:00 |
|
Salvatore Giordano
|
9f01ab925f
|
Merge branch 'develop' into release/3.4.0
|
2022-02-02 16:28:36 +01:00 |
|
Salvatore Giordano
|
96ae6cf724
|
chore(llc): bump version
|
2022-02-02 15:40:37 +01:00 |
|
Sahil Kumar
|
97f380454d
|
chore(llc): update CHANGELOG.md
Signed-off-by: xsahil03x <xdsahil@gmail.com>
|
2022-02-02 18:48:38 +05:30 |
|
Sahil Kumar
|
9586209d3c
|
fix(llc): fix ChannelState copyWith with respect to pinnedMessages default value.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
|
2022-02-02 18:47:05 +05:30 |
|
Salvatore Giordano
|
370114c841
|
chore(llc,localizations): clean up changelogs
|
2022-02-01 16:38:28 +01:00 |
|
Salvatore Giordano
|
6571cdd487
|
Merge branch 'develop' into v4
|
2022-02-01 16:34:59 +01:00 |
|
Salvatore Giordano
|
5f1578a119
|
Update packages/stream_chat/CHANGELOG.md
|
2022-02-01 16:15:03 +01:00 |
|
Salvatore Giordano
|
c592c46229
|
Merge branch 'develop' into patch-1
|
2022-02-01 15:36:50 +01:00 |
|
Salvatore Giordano
|
f52b1bc902
|
Update packages/stream_chat/CHANGELOG.md
Co-authored-by: Sahil Kumar <xdsahil@gmail.com>
|
2022-02-01 13:57:24 +01:00 |
|
Salvatore Giordano
|
a07fdda490
|
fix latest reaction when sending a new reaction
|
2022-02-01 12:16:40 +01:00 |
|
Salvatore Giordano
|
d959131bbd
|
Merge branch 'v4' into feat/stream-channel-listview
|
2022-02-01 10:36:37 +01:00 |
|
Sahil Kumar
|
bc8784f593
|
test(llc): add tests
Signed-off-by: xsahil03x <xdsahil@gmail.com>
|
2022-02-01 10:31:28 +01:00 |
|
Deven Joshi
|
c80957ebae
|
fix: thread message deletion
|
2022-02-01 10:31:28 +01:00 |
|
Sahil Kumar
|
03bd2e11c9
|
chore(llc): update CHANGELOG.md
Signed-off-by: xsahil03x <xdsahil@gmail.com>
|
2022-02-01 10:31:27 +01:00 |
|
Sahil Kumar
|
6c624b72b6
|
fix(llc): include message.user while saving users in persistence.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
|
2022-02-01 10:31:12 +01:00 |
|
Salvatore Giordano
|
7e2a1846d8
|
chore(repo): fix analysis
|
2022-02-01 10:31:10 +01:00 |
|
Sahil Kumar
|
3b00fecaec
|
chore(llc): update CHANGELOG.md
Signed-off-by: xsahil03x <xdsahil@gmail.com>
|
2022-02-01 10:29:30 +01:00 |
|
Sahil Kumar
|
d82c533c30
|
fix(llc): Update channel state when member gets banned/unbanned.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
|
2022-02-01 10:29:11 +01:00 |
|
Sahil Kumar
|
e1bdb07128
|
feat(llc): deprecate channel.banUser in favor of channel.banMember.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
|
2022-02-01 10:29:11 +01:00 |
|
Sahil Kumar
|
99af4ab8e2
|
feat(llc): Add queryBannedUsers endpoint.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
|
2022-02-01 10:29:11 +01:00 |
|
Salvatore Giordano
|
e508efc55a
|
Merge branch 'develop' into feat/stream-channel-listview
|
2022-02-01 09:58:14 +01:00 |
|
Salvatore Giordano
|
90be047cbc
|
Merge branch 'develop' into hotfix/ownReactions
|
2022-02-01 09:54:57 +01:00 |
|
Sahil Kumar
|
331d895fa4
|
test(llc): add tests
Signed-off-by: xsahil03x <xdsahil@gmail.com>
|
2022-02-01 14:08:24 +05:30 |
|
Salvatore Giordano
|
17246b7d15
|
Merge branch 'develop' into fix/857
|
2022-02-01 09:33:22 +01:00 |
|
Salvatore Giordano
|
eff92c8df2
|
Merge pull request #876 from GetStream/thread-fix
fix(llc): thread message deletion
|
2022-01-31 14:51:36 +01:00 |
|
Salvatore Giordano
|
3b6a4ba36b
|
chore(repo): fix analysis
|
2022-01-31 12:35:29 +01:00 |
|
Sahil Kumar
|
93b425458e
|
chore(llc): update CHANGELOG.md
Signed-off-by: xsahil03x <xdsahil@gmail.com>
|
2022-01-31 13:10:02 +05:30 |
|
Sahil Kumar
|
7723b0c8b6
|
fix(llc): Update channel state when member gets banned/unbanned.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
|
2022-01-31 12:57:58 +05:30 |
|
Sahil Kumar
|
15e87f76d5
|
feat(llc): deprecate channel.banUser in favor of channel.banMember.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
|
2022-01-31 12:57:54 +05:30 |
|
Sahil Kumar
|
1b6051a38d
|
feat(llc): Add queryBannedUsers endpoint.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
|
2022-01-31 12:57:54 +05:30 |
|
Salvatore Giordano
|
4690106ff9
|
chore(llc): use path dependency for stream_chat example
|
2022-01-28 15:59:19 +01:00 |
|
Salvatore Giordano
|
8861b1d424
|
fix(llc): remove deleted reaction in case of reaction.delete event
|
2022-01-28 15:17:03 +01:00 |
|
Salvatore Giordano
|
48a207c8a7
|
fix(llc): reassign latestReactions
|
2022-01-27 12:56:04 +01:00 |
|
Sahil Kumar
|
9b15dbd299
|
chore(llc): update CHANGELOG.md
Signed-off-by: xsahil03x <xdsahil@gmail.com>
|
2022-01-26 15:22:43 +05:30 |
|
Sahil Kumar
|
aaddccdeac
|
fix(llc): include message.user while saving users in persistence.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
|
2022-01-26 15:20:07 +05:30 |
|
Salvatore Giordano
|
77d105616d
|
fix(llc): use local ownCapabilities for channel.updated events
|
2022-01-25 15:36:19 +01:00 |
|
Salvatore Giordano
|
88dbc09df6
|
Merge branch 'develop' into v4
|
2022-01-25 11:40:02 +01:00 |
|
Deven Joshi
|
aac83f081d
|
fix: thread message deletion
|
2022-01-24 18:03:02 +05:30 |
|