Commit Graph
2000 Commits
Author SHA1 Message Date
Salvatore Giordano 8a438ea321 chore(llc): update changelog 2022-04-14 09:41:05 +02:00
Salvatore Giordano 6556ed6d58 fix(llc): fix reconnection 2022-04-14 09:39:47 +02:00
Salvatore Giordano 1b08145bbf remove unneeded import 2022-04-13 11:58:52 +02:00
Salvatore Giordano 92613a0787 cleanup 2022-04-13 11:22:12 +02:00
Salvatore Giordano d1366df2af chore(llc,core,ui): update pubspec and changelogs 2022-04-13 11:16:29 +02:00
Salvatore GiordanoandGitHub 0b2330e349 Merge pull request #1072 from GetStream/hotfix/userReconnection
fix(llc): send only user_id while reconnecting
2022-04-13 09:07:41 +02:00
Salvatore Giordano 8a4f80c04d fix(llc): fix tests 2022-04-12 16:10:35 +02:00
Salvatore Giordano d7ee768a83 fix(llc): pass includeUserDetailsInConnectCall to WS 2022-04-12 15:24:17 +02:00
Salvatore Giordano 7d27f357ab chore(llc): update changelog 2022-04-12 11:31:08 +02:00
Salvatore Giordano 58536e56c0 feat(llc): add additional parameters to channel.truncate 2022-04-12 11:29:40 +02:00
Salvatore Giordano 748f4bd1b6 fix(llc): add doc 2022-04-11 17:31:38 +02:00
Salvatore Giordano 136d5be43a fix(llc): fix llc 2022-04-11 17:30:42 +02:00
Salvatore Giordano 6f50ea514e fix(llc): send only user_id while manually reconnecting 2022-04-11 16:13:19 +02:00
Salvatore Giordano 691644dc83 chore(llc): update changelog 2022-04-11 14:30:32 +02:00
Salvatore Giordano 81b2bc1531 fix(llc): send only user_id while reconnecting 2022-04-11 14:30:08 +02:00
Salvatore GiordanoandGitHub 2e3009fb3c Merge pull request #1066 from GetStream/docs/push-v2
docs(repo): add push v2 guide
2022-04-11 10:17:37 +02:00
Salvatore Giordano f0947cf5e3 remove useless line 2022-04-08 16:29:15 +02:00
Salvatore Giordano dbddf62115 doc(repo): add push v2 guide 2022-04-08 15:23:04 +02:00
Ayush Shekhar 61bb067de1 Updated changelog and removed package import and pub dependency 2022-04-08 16:50:31 +05:30
Ayush Shekhar 62cd0dca25 Au revior visibility detector 2022-04-08 16:43:20 +05:30
Ayush Shekhar b75ad22a5d Added color properties to missing widgets in MessageInput 2022-04-05 15:42:30 +05:30
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 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
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 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
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 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 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