Commit Graph
436 Commits
Author SHA1 Message Date
GordonandGitHub c30905f9f8 Merge pull request #890 from squaddy/bugfix/thread_reactions
fix(llc): thread message reactions not updated
2022-02-16 11:51:12 +01:00
GordonandGitHub 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 <[email protected]>
2022-02-14 20:04:49 +05:30
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 GiordanoandGitHub 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 GiordanoandGitHub 4791aa86fe Update packages/stream_chat/lib/src/core/models/user.dart 2022-02-03 11:42:04 +01:00
5580fc2ba1 Apply suggestions from code review
Co-authored-by: Gordon <[email protected]>
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 9586209d3c fix(llc): fix ChannelState copyWith with respect to pinnedMessages default value.
Signed-off-by: xsahil03x <[email protected]>
2022-02-02 18:47:05 +05:30
Salvatore Giordano c592c46229 Merge branch 'develop' into patch-1 2022-02-01 15:36:50 +01:00
Salvatore Giordano a07fdda490 fix latest reaction when sending a new reaction 2022-02-01 12:16:40 +01:00
Salvatore Giordano 90be047cbc Merge branch 'develop' into hotfix/ownReactions 2022-02-01 09:54:57 +01:00
Salvatore GiordanoandGitHub 17246b7d15 Merge branch 'develop' into fix/857 2022-02-01 09:33:22 +01:00
Salvatore GiordanoandGitHub 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 7723b0c8b6 fix(llc): Update channel state when member gets banned/unbanned.
Signed-off-by: xsahil03x <[email protected]>
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 <[email protected]>
2022-01-31 12:57:54 +05:30
Sahil Kumar 1b6051a38d feat(llc): Add queryBannedUsers endpoint.
Signed-off-by: xsahil03x <[email protected]>
2022-01-31 12:57:54 +05:30
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 aaddccdeac fix(llc): include message.user while saving users in persistence.
Signed-off-by: xsahil03x <[email protected]>
2022-01-26 15:20:07 +05:30
Deven Joshi aac83f081d fix: thread message deletion 2022-01-24 18:03:02 +05:30
Salvatore Giordano d7086e7e0e chore(llc): fix analysis 2022-01-24 12:10:02 +01:00
Salvatore Giordano 5d0ac10248 fix(llc): fix ownReactions population 2022-01-24 09:49:10 +01:00
Salvatore GiordanoandGitHub c4ea134af7 Merge pull request #863 from developerjamiu/chore/comment-fix
chore(repo): make comments follow dart guidelines and fix typos
2022-01-18 17:12:19 +01:00
Sahil Kumar a26edf7c51 chore(llc): fix analysis warnings
Signed-off-by: xsahil03x <[email protected]>
2022-01-18 16:32:16 +05:30
Sahil Kumar c0ae7a8768 feat(llc): Deprecate location in favor of edge server.
Signed-off-by: xsahil03x <[email protected]>
2022-01-17 18:55:17 +05:30
Okanlawon Jamiu a51c4ca195 chore(repo): make comment follow dart guidelines and fix typos 2022-01-17 11:19:01 +01:00
Deven Joshi 96f0c8bf92 fixed unread count after member removed 2021-12-29 17:25:56 +05:30
Jia-Han WuandGitHub c17fbdbf10 fix: Avoid invalid url 2021-12-16 15:46:43 +08:00
Sahil Kumar 5567708fe9 feat(llc): Add enrichUrl endpoint.
Signed-off-by: xsahil03x <[email protected]>
2021-12-13 15:50:33 +05:30
Salvatore Giordano 2ea9227ba7 Merge branch 'develop' 2021-12-09 16:12:07 +01:00
Salvatore Giordano 9e9ed0667b chore(llc): update changelog and bump version 2021-12-03 16:23:45 +01:00
Salvatore Giordano 7547bd6b86 fix(llc): retry queue now follows the creation date 2021-12-03 15:38:23 +01:00
Salvatore Giordano 1b14e7f223 fix(llc): fix retry queue mechanism 2021-12-03 14:51:11 +01:00
Salvatore Giordano f203e6d0f2 Merge branch 'develop' 2021-12-02 12:39:39 +01:00
Sahil Kumar e5a1a74f07 chore(llc): add index check in unreadCount setter.
Signed-off-by: xsahil03x <[email protected]>
2021-12-01 01:10:18 +05:30
Sahil Kumar 5826074f3d fix(llc): fix user, channel unreadCount
Signed-off-by: xsahil03x <[email protected]>
2021-11-30 23:39:22 +05:30
Salvatore Giordano 045521eb11 Merge branch 'develop' 2021-11-29 17:50:27 +01:00
Salvatore Giordano 3bd545e504 minor fixes 2021-11-29 16:29:22 +01:00
Deven Joshi 06cc4acb2e removed params 2021-11-29 20:07:45 +05:30
Salvatore Giordano b8a6d39efb chore(llc): update changelog and bump version 2021-11-29 14:47:59 +01:00
Salvatore GiordanoandGitHub 9b92f591ab Merge pull request #770 from GetStream/feat/hard-delete
feat(llc): added hard delete
2021-11-26 15:28:40 +01:00
Deven Joshi 60bbd60d93 Merge branch 'develop' of https://github.com/GetStream/stream-chat-flutter into hotfix/event 2021-11-26 17:27:58 +05:30
f951be82f7 Apply suggestions from code review
Co-authored-by: Deven Joshi <[email protected]>
2021-11-26 12:56:21 +01:00
Salvatore Giordano 577b731768 remove listener from channel 2021-11-26 12:33:31 +01:00
Salvatore Giordano 0dd9af0906 fix(llc): dispose channel on deletion 2021-11-26 11:46:02 +01:00
Salvatore Giordano e9d148ef49 fix models 2021-11-26 10:47:48 +01:00