Sahil Kumar
4ddb0703b3
fix(llc, ui): message search pagination
...
Signed-off-by: xsahil03x <[email protected] >
2021-09-06 19:35:04 +05:30
Gordon Hayes
22f323b37d
chore: fix formatting
2021-08-05 13:40:00 +02:00
Sahil Kumar and GitHub
3330040d0a
Merge branch 'develop' into cds-365
2021-08-05 16:41:32 +05:30
Sahil Kumar
46828764c1
feat(ui): minor fixes, add support for name in user.dart
...
Signed-off-by: xsahil03x <[email protected] >
2021-08-05 16:37:23 +05:30
Gordon Hayes
acd932ccc9
feat: add image property to user
2021-08-04 16:42:01 +02:00
Tom Beckett and GitHub
7aafc405f1
fix: Add missing forward slash to markAllRead url
...
# Submit a pull request
## CLA
- [x] I have signed the [Stream CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform ) (required).
- [x] The code changes follow best practices
- [ ] Code changes are tested (add some information if not applicable)
## Description of the pull request
Running latest GetStream SDK (from version 2.0.0) calling `channel.markAllRead()` will throw an error similar to this:
```bash
I/flutter (10572): ----------------FIREBASE CRASHLYTICS----------------
I/flutter (10572): StreamChatNetworkError(code: -1, message: SocketException: Failed host lookup: 'chat-us-east-1.stream-io-api.comchannels' (OS Error: No address associated with hostname, errno = 7))
I/flutter (10572): #0 StreamHttpClient.post (package:stream_chat/src/core/http/stream_http_client.dart:158:7)
I/flutter (10572): <asynchronous suspension>
I/flutter (10572): #1 ChannelApi.markAllRead (package:stream_chat/src/core/api/channel_api.dart:87:22)
I/flutter (10572): <asynchronous suspension>
I/flutter (10572): ----------------------------------------------------
```
Adding a `/` to the front of the called URL will resolve this - I've done this locally and it works.
2021-08-03 14:26:03 +01:00
Salvatore Giordano
5954bb2abc
fix tests
2021-07-28 11:24:10 +02:00
Salvatore Giordano
fe7a8a1ed0
make language nullable
2021-07-28 11:20:07 +02:00
Sahil Kumar
7449540f34
fix(llc, ui): fix failing tests
...
Signed-off-by: xsahil03x <[email protected] >
2021-07-27 18:35:15 +05:30
Sahil Kumar
c5782e0275
chore(llc): re-generate model classes
...
Signed-off-by: xsahil03x <[email protected] >
2021-07-27 16:47:24 +05:30
xsahil03x
23ebe009f7
Merge remote-tracking branch 'origin/develop' into cds-328
...
# Conflicts:
# packages/stream_chat/CHANGELOG.md
2021-07-26 14:15:48 +05:30
Sahil Kumar
44b4358c3d
chore(llc): minor changes
...
Signed-off-by: xsahil03x <[email protected] >
2021-07-23 14:53:43 +05:30
Salvatore Giordano
49ebb1e085
fix analysis
2021-07-23 10:33:59 +02:00
Salvatore Giordano
ad916de425
add additional qs and header to http client; add additional queryParams to websocket
2021-07-23 10:27:31 +02:00
groovinchip
4f768024c6
chore: Add language to OwnUser
2021-07-22 11:08:10 -04:00
groovinchip
f109a47909
fix: JsonKey for User.language
2021-07-21 12:28:04 -04:00
Sahil Kumar
efab551fdb
fix(llc): channel.stopWatching
...
Signed-off-by: xsahil03x <[email protected] >
2021-07-21 15:22:36 +05:30
groovinchip
247efb4e8f
chore: add missing JsonKey to Message.i18n
2021-07-20 15:22:15 -04:00
groovinchip
0210e2d49f
chore: fill out message.i18n docs more
2021-07-20 15:19:37 -04:00
groovinchip
62b058e675
chore: add 'language' field to user.dart
2021-07-20 15:07:30 -04:00
groovinchip
c3312c2da2
chore: remove the TranslatedMessage class and add the i18n field to the Message class
...
Tests have been updated to reflect the removal of this class
2021-07-20 14:35:15 -04:00
Salvatore Giordano
5d351d82e5
add copywith and merge to ownuser
2021-07-02 15:29:01 +02:00
Salvatore Giordano
ddfe015513
better moderation api tests
2021-06-26 13:41:41 +02:00
Salvatore Giordano
9857db0635
better message api tests
2021-06-26 13:37:40 +02:00
Salvatore Giordano
9cc6ef124c
better channel api tests
2021-06-26 13:25:06 +02:00
Salvatore Giordano
56bce0957c
fix payload and improve tests
2021-06-26 12:41:52 +02:00
Salvatore Giordano
c987e8b488
add comments
2021-06-22 14:20:43 +02:00
Sahil Kumar
7059e2fe21
remove unused imports
...
Signed-off-by: Sahil Kumar <[email protected] >
2021-06-21 17:09:51 +05:30
Sahil Kumar
ae3a7e9904
wrap WebSocketChannelError errors into StreamWebSocketError.
...
Signed-off-by: Sahil Kumar <[email protected] >
2021-06-21 16:05:33 +05:30
Sahil Kumar
675bffe7b9
fix offline user connection, add tests
...
Signed-off-by: Sahil Kumar <[email protected] >
2021-06-18 16:10:34 +05:30
Sahil Kumar
73d6527725
fix analyzer warnings
...
Signed-off-by: Sahil Kumar <[email protected] >
2021-06-17 17:09:50 +05:30
875eda8cb5
Update packages/stream_chat/lib/src/core/models/mute.dart
...
Co-authored-by: Sahil Kumar <[email protected] >
2021-06-17 11:27:31 +02:00
Salvatore Giordano
907573dab1
add event tests
2021-06-17 10:34:53 +02:00
Salvatore Giordano
91907639ad
add more user and channel config test
2021-06-17 10:01:46 +02:00
Salvatore Giordano
4e9699dbf4
add OwnUser test
2021-06-17 09:31:53 +02:00
Salvatore Giordano
51f8e030f5
add mute test
2021-06-17 09:31:53 +02:00
Salvatore Giordano
2d6cc796e8
move jsons to fixtures
2021-06-17 09:31:53 +02:00
Sahil Kumar
e8e1d53aa3
add client_test.dart
...
Signed-off-by: Sahil Kumar <[email protected] >
2021-06-16 22:19:00 +05:30
Sahil Kumar
7c9bc3b950
merge origin/develop into ref/segregate-api-layer
...
Signed-off-by: Sahil Kumar <[email protected] >
2021-06-15 17:32:09 +05:30
Sahil Kumar
e2529231fd
add initialized channel tests
...
Signed-off-by: Sahil Kumar <[email protected] >
2021-06-09 21:01:35 +05:30
Sahil Kumar
89f989003d
add core/api tests
...
Signed-off-by: Sahil Kumar <[email protected] >
2021-06-08 16:09:17 +05:30
Sahil Kumar
bdfbc27917
add stream_chat_error_test.dart
...
Signed-off-by: Sahil Kumar <[email protected] >
2021-06-04 17:09:41 +05:30
Sahil Kumar
214d1bcf1d
add core/http tests
...
Signed-off-by: Sahil Kumar <[email protected] >
2021-06-04 16:24:52 +05:30
Sahil Kumar
7a95192093
add extension_test.dart, serializer_test.dart and utils_test.dart
2021-06-03 21:44:12 +05:30
Sahil Kumar
1626d7432c
add websocket_test.dart
2021-06-03 18:06:56 +05:30
Sahil Kumar
d758f3df1d
change file structure, replace rate_limit with the pub dependency
...
Signed-off-by: Sahil Kumar <[email protected] >
2021-06-03 13:38:32 +05:30
Sahil Kumar
12e6b9c500
unify errors, refactor retry_queue
...
Signed-off-by: Sahil Kumar <[email protected] >
2021-06-02 17:56:38 +05:30
Sahil Kumar
927eb3c451
extract location outside of client options
...
Signed-off-by: Sahil Kumar <[email protected] >
2021-05-28 10:35:13 +05:30
Sahil Kumar
9201ebb2f3
improvements
...
Signed-off-by: Sahil Kumar <[email protected] >
2021-05-27 20:26:52 +05:30
Sahil Kumar
73aa8f58e3
merge fixes
...
Signed-off-by: Sahil Kumar <[email protected] >
2021-05-27 20:10:45 +05:30