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 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 Giordano
|
d387ae260f
|
update pubspec and changelogs
|
2022-03-23 11:02:46 +01:00 |
|
Salvatore Giordano
|
2c2b6bdac2
|
fix reconnection event
|
2022-03-23 09:59:24 +01:00 |
|
Salvatore Giordano
|
5f12802799
|
fix reconnection event
|
2022-03-22 16:34:06 +01:00 |
|
Salvatore Giordano
|
b79510acb3
|
Merge branch 'develop' into refactor/deprecate-v3
|
2022-03-17 10:18:58 +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 |
|
 
|
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 Giordano
|
56b3506da3
|
fix(llc): ensure reconnection is automatic
|
2022-03-15 15:56:26 +01:00 |
|
Salvatore Giordano
|
f301a467ba
|
chore(llc): update changelog
|
2022-03-15 13:51:31 +01:00 |
|
Salvatore Giordano
|
da4c568cba
|
fix(llc): make ws reconnection more robust
|
2022-03-15 13:50:52 +01:00 |
|
Salvatore Giordano
|
568431c9a2
|
chore(llc): update changelog
|
2022-03-11 11:43:18 +01:00 |
|
Salvatore Giordano
|
9302bdd06a
|
fix(llc): unread count specific to channel setting wrong number
|
2022-03-11 11:42:35 +01:00 |
|
xsahil03x
|
0c1fb24150
|
Merge branch 'v4' of github.com:GetStream/stream-chat-flutter into feat/stream-channel-listview
|
2022-03-07 19:04:10 +05:30 |
|
Sahil Kumar
|
165e7a5e24
|
test(llc): fix tests
Signed-off-by: xsahil03x <[email protected]>
|
2022-03-07 19:03:01 +05:30 |
|
Salvatore Giordano
|
f9ae1b9b62
|
Merge branch 'v4' into feat/stream-channel-listview
|
2022-03-07 11:45:37 +01:00 |
|
Salvatore Giordano
|
7d2bb534b1
|
Merge branch 'develop' into v4
|
2022-03-07 11:45:04 +01:00 |
|
Sahil Kumar
|
7432ae69c0
|
chore(llc): update version.dart to 3.5.0
Signed-off-by: xsahil03x <[email protected]>
|
2022-03-01 20:01:52 +05:30 |
|
Sahil Kumar
|
98dbe30ffb
|
chore(llc, core, ui): bump versions to 3.5.0
Signed-off-by: xsahil03x <[email protected]>
|
2022-03-01 18:09:25 +05:30 |
|
Bartek Stoliński
|
206d5ac5ec
|
Merge branch 'develop' of https://github.com/squaddy/stream-chat-flutter into bugfix/deleting_thread_messages
|
2022-03-01 10:56:34 +01:00 |
|
Bartek Stoliński
|
1958367bb4
|
Merge branch 'develop' of https://github.com/GetStream/stream-chat-flutter into GetStream-develop
# Conflicts:
# packages/stream_chat/CHANGELOG.md
# packages/stream_chat/lib/src/client/channel.dart
|
2022-03-01 10:52:56 +01:00 |
|
 Sahil KumarandGitHub
|
655da0ba33
|
fix(llc): Remove regular message in case showInChannel is true. (#3)
* fix(llc): also remove regular message in case `showInChannel` is true.
* fix(llc): use `hard` param while removing message in channel state.
|
2022-03-01 09:49:20 +01:00 |
|
Sahil Kumar
|
a361e89aba
|
fix(llc): fix pinnedMessage inconsistencies.
Signed-off-by: xsahil03x <[email protected]>
|
2022-02-23 17:55:34 +05:30 |
|
Bartek Stoliński
|
52b035cb5f
|
fix formatting
|
2022-02-22 09:49:18 +01:00 |
|
Bartek Stoliński
|
e9626dc348
|
fix removing message from thread
|
2022-02-22 09:42:21 +01:00 |
|
Bartek Stoliński
|
8d158ba1ac
|
Merge branch 'develop' of https://github.com/squaddy/stream-chat-flutter into bugfix/deleting_thread_messages
|
2022-02-22 08:59:27 +01:00 |
|
 bstolinskiandGitHub
|
6a1e768ce2
|
Merge branch 'GetStream:develop' into develop
|
2022-02-22 08:58:11 +01:00 |
|
Bartek Stoliński
|
26f86afc68
|
Merge branch 'bugfix/thread_reactions' into develop
|
2022-02-22 08:56:55 +01:00 |
|
Sahil Kumar
|
ae44406b96
|
fix(llc): Fix channelState.copyWith with respect to pinnedMessages.
Signed-off-by: xsahil03x <[email protected]>
|
2022-02-21 15:31:23 +05:30 |
|
Sahil Kumar
|
adf7befd68
|
test(llc): add userApi.partialUpdateUsers test.
Signed-off-by: xsahil03x <[email protected]>
|
2022-02-18 17:54:49 +05:30 |
|
Sahil Kumar
|
3886f10387
|
chore(llc): update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
|
2022-02-18 17:13:36 +05:30 |
|
Sahil Kumar
|
d4b9a10e54
|
feat(llc): add support for partialUserUpdate endpoint.
Signed-off-by: xsahil03x <[email protected]>
|
2022-02-18 17:12:27 +05:30 |
|
Sahil Kumar
|
d21adb9957
|
chore(llc): Update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
|
2022-02-18 15:00:03 +05:30 |
|
Sahil Kumar
|
ca01ca28d5
|
fix(llc): add type check in auth_interceptor.dart
Signed-off-by: xsahil03x <[email protected]>
|
2022-02-18 14:58:18 +05:30 |
|
Sahil Kumar
|
8f6bfd7b47
|
fix(llc): improve removeMessage logic.
|
2022-02-17 17:17:52 +05:30 |
|
Ayush Shekhar
|
6a4caff897
|
Removed extra - from changelog
|
2022-02-16 19:25:50 +05:30 |
|
Ayush Shekhar
|
0db466b5b3
|
Changelog addition
|
2022-02-16 19:21:20 +05:30 |
|
Ayush Shekhar
|
e560faa560
|
Resolved merge conflicts
|
2022-02-16 19:15:25 +05:30 |
|
Ayush Shekhar
|
392a5ffa53
|
Made an entry into stream_chat changelog
|
2022-02-16 19:13:34 +05:30 |
|
Ayush Shekhar
|
6fa746fec3
|
Fixed unmodifiable const map bug and added client and channel tests
|
2022-02-16 18:51:06 +05:30 |
|
 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 |
|