Commit Graph
4169 Commits
Author SHA1 Message Date
Salvatore Giordano 0338f4f4ed fix alignment 2022-04-11 09:30:38 +02:00
689e590075 Update docusaurus/docs/Flutter/guides/adding_push_notifications_v2.mdx
Co-authored-by: ferhat elmas <[email protected]>
2022-04-11 09:29:45 +02:00
Salvatore Giordano f9d1dd704b review 2022-04-08 16:31:21 +02:00
Salvatore Giordano dbddf62115 doc(repo): add push v2 guide 2022-04-08 15:23:04 +02:00
Salvatore GiordanoandGitHub f659f09ada Merge pull request #1060 from GetStream/fix/message_input_bg_color
fix(ui): Use MessageInputTheme's inputBackgroundColor in MessageInput widgets
2022-04-07 10:33:02 +02:00
Ayush Shekhar b75ad22a5d Added color properties to missing widgets in MessageInput 2022-04-05 15:42:30 +05:30
Salvatore GiordanoandGitHub 21c61486ca Merge pull request #1056 from GetStream/hotfix/hardDeletedMessages
fix(llc): Hard delete from dashboard does not delete message from client
2022-04-04 11:31:37 +02:00
Salvatore Giordano aa20e11465 chore(llc): update changelog 2022-04-04 11:05:18 +02:00
Salvatore Giordano 36dc4295fd fix(llc): remove hard delete messages from persistence storage 2022-04-04 11:04:41 +02:00
Salvatore GiordanoandGitHub 8264361c06 Merge pull request #1055 from GetStream/hotfix/memberRemoved
fix(llc): member removed
2022-04-04 11:03:04 +02:00
Salvatore Giordano b610438913 fix(llc): use where 2022-04-04 10:41:04 +02:00
Salvatore Giordano 047dce107f chore(llc): remove not needed List.from 2022-04-04 10:39:23 +02:00
Salvatore Giordano ad385c393d chore(llc): update changelog 2022-04-04 10:36:11 +02:00
Salvatore Giordano a6990a3f66 fix(llc): member removed 2022-04-04 10:35:14 +02:00
Sahil KumarandGitHub 5f75c6949f Merge pull request #1048 from GetStream/fix/mutes 2022-04-01 14:41:53 +05:30
3ebf05bddf Update packages/stream_chat/lib/src/core/models/channel_mute.dart
Co-authored-by: Ayush Shekhar <[email protected]>
2022-04-01 14:10:48 +05:30
Sahil Kumar d938a0759d test(llc): add test for mute model
Signed-off-by: xsahil03x <[email protected]>
2022-04-01 14:10:04 +05:30
Sahil KumarandGitHub 8758dc862c Merge branch 'develop' into fix/mutes 2022-04-01 13:59:16 +05:30
Sahil KumarandGitHub af8c188301 Merge pull request #1049 from GetStream/fix/channel_update_event 2022-04-01 13:58:49 +05:30
Sahil KumarandGitHub 4cd8d6b00f Apply suggestions from code review 2022-04-01 13:19:22 +05:30
Sahil Kumar 23dd1b0022 chore(llc): update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
2022-03-31 15:39:49 +05:30
Sahil Kumar 1a64d045ee fix(llc): merge channel in channel.update event
Signed-off-by: xsahil03x <[email protected]>
2022-03-31 15:38:22 +05:30
Sahil Kumar f26553dab3 chore(llc): Update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
2022-03-31 14:54:36 +05:30
Sahil Kumar 679faffbaf fix(llc): segregate mute from channel mutes
Signed-off-by: xsahil03x <[email protected]>
2022-03-30 20:43:21 +05:30
Sahil Kumar 604546db38 test(llc): add persistence update thread test
Signed-off-by: xsahil03x <[email protected]>
2022-03-25 15:39:28 +05:30
Sahil Kumar 181a2b7f63 fix(llc): Remove old thread reactions before saving new
Signed-off-by: xsahil03x <[email protected]>
2022-03-25 15:32:13 +05:30
Salvatore GiordanoandGitHub 981389ef8a Merge pull request #1043 from GetStream/fix/thread-offline-reactions 2022-03-25 09:07:40 +01:00
Sahil Kumar dc007653d4 test(llc): fix queryChannels test
Signed-off-by: xsahil03x <[email protected]>
2022-03-24 22:55:38 +05:30
Sahil Kumar d924c18a69 chore(llc): update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
2022-03-24 20:51:47 +05:30
Sahil Kumar e4c6d8ccda fix(llc): also save reactions while saving threads data in persistence
Signed-off-by: xsahil03x <[email protected]>
2022-03-24 20:51:11 +05:30
Salvatore GiordanoandGitHub 2bde45ec1a Merge pull request #1041 from GetStream/feat/truncate
feat(llc): Handle `event.message` in `channel.truncate` events
2022-03-24 12:55:10 +01:00
Salvatore GiordanoandGitHub 1cdef1a053 Merge pull request #1042 from GetStream/hotfix/messageListViewInitialAlignment
fix(ui): message list view initial alignment
2022-03-24 11:57:47 +01:00
Salvatore Giordano 338b8422fd chore(ui): update changelog 2022-03-24 11:44:46 +01:00
Salvatore Giordano b11a812721 fix(ui): fix initial alignment in message list view 2022-03-24 11:42:46 +01:00
Salvatore Giordano 058e2b42cc chore(llc): update changelog 2022-03-24 11:10:32 +01:00
Salvatore Giordano b0fc437719 feat(llc): handle event.message in channel.truncate events 2022-03-24 11:09:37 +01:00
Salvatore GiordanoandGitHub ddcd86e662 Merge pull request #1004 from bhayatus/develop
feat(ui): Add ability to specify onLinkTap for url attachments
2022-03-17 10:50:19 +01:00
Salvatore GiordanoandGitHub e1d46f5bae Merge pull request #1015 from GetStream/no_actions_on_drafts
chore(repo): Proposal: Don't run actions on draft PR's
2022-03-17 09:30:39 +01:00
GroovinChip 04194cf3ee chore(flutter): don't run actions on draft PR's 2022-03-16 15:15:49 -04:00
Salvatore Giordano 2c8d22bb39 Merge branch 'master' into develop 2022-03-16 09:10:22 +01:00
Salvatore GiordanoandGitHub b88967bb55 Merge pull request #1010 from GetStream/release/3.5.1
chore(llc,core,ui): update pubspec and changelogs
2022-03-16 09:09:58 +01:00
Salvatore Giordano 3620e57f98 chore(core,ui): update pubspec version 2022-03-16 09:05:50 +01:00
6d4e3d76e0 Update packages/stream_chat/CHANGELOG.md
Co-authored-by: Gordon <[email protected]>
2022-03-15 18:36:18 +01:00
9bb7e5f0f3 Update packages/stream_chat/CHANGELOG.md
Co-authored-by: Gordon <[email protected]>
2022-03-15 18:30:44 +01:00
766f03eb94 Update packages/stream_chat_flutter/CHANGELOG.md
Co-authored-by: Gordon <[email protected]>
2022-03-15 18:30:37 +01:00
8847a0b0bb Update packages/stream_chat/lib/src/ws/websocket.dart
Co-authored-by: Sacha Arbonel <[email protected]>
2022-03-15 18:24:58 +01:00
Salvatore Giordano 935f4bcc03 chore(llc,core,ui): update pubspec and changelogs 2022-03-15 17:20:01 +01:00
Salvatore GiordanoandGitHub c83ac961fa Merge pull request #1009 from GetStream/hotfix/reconnection
fix(llc): make ws reconnection more robust
2022-03-15 16:17:23 +01:00
8f7908f319 Update packages/stream_chat/lib/src/ws/websocket.dart
Co-authored-by: Gordon <[email protected]>
2022-03-15 16:16:52 +01:00
Salvatore Giordano 56b3506da3 fix(llc): ensure reconnection is automatic 2022-03-15 15:56:26 +01:00