Tom Beckett
8ba82e8931
chore(llc): add changelog entry
2021-08-03 14:40:16 +01: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 and GitHub
1842a4b086
Merge pull request #598 from GetStream/release/2.1.2
...
chore(ui): 2.1.2
2021-07-30 16:14:06 +02:00
Salvatore Giordano
4586bfc6eb
chore(repo): update pana conditions
2021-07-30 16:13:49 +02:00
Salvatore Giordano
6a32a29311
chore(ui): 2.1.2
2021-07-30 16:08:56 +02:00
Salvatore Giordano and GitHub
f8a0ccb4ea
Merge pull request #597 from GetStream/customize_message_actions
...
docs(doc): Customize message actions
2021-07-30 16:05:58 +02:00
Deven Joshi
1148fc7d62
fixed snippet
2021-07-30 18:16:49 +05:30
Salvatore Giordano and GitHub
4902a64a46
Merge pull request #591 from GetStream/livestream-guide
...
docs(doc): Livestream guide
2021-07-30 14:38:44 +02:00
Deven Joshi
bfcf827787
added image
2021-07-30 18:06:18 +05:30
Deven Joshi
be24604e53
added added new guide
2021-07-30 17:57:45 +05:30
Deven Joshi
8399a97c29
added details
2021-07-30 15:38:36 +05:30
Salvatore Giordano and GitHub
613ee72904
Merge pull request #596 from GetStream/fix/590
...
fix(ui): add null-check in currentUserMember
2021-07-30 11:49:06 +02:00
Sahil Kumar
0837c5576d
chore(ui): update changelog
...
Signed-off-by: xsahil03x <[email protected] >
2021-07-30 15:03:19 +05:30
Sahil Kumar
7561125a05
fix(ui): add null-check in currentUserMember
...
Signed-off-by: xsahil03x <[email protected] >
2021-07-30 14:59:52 +05:30
Salvatore Giordano
419864cd90
docs(localization): minor fix
2021-07-30 11:08:21 +02:00
Deven Joshi
501d646349
added details
2021-07-29 20:42:26 +05:30
Salvatore Giordano and GitHub
7f589edeb1
Merge pull request #587 from GetStream/docs/addingLocalization
...
docs(localization): polishing
2021-07-29 16:58:30 +02:00
Gordon and GitHub
96f7d7bc5d
docs: update path to image
2021-07-29 16:42:43 +02:00
Gordon and GitHub
dd5bf733e3
docs: add localization image
2021-07-29 16:40:10 +02:00
Gordon and GitHub
276f6a1efc
docs: spelling and grammar
2021-07-29 16:34:57 +02:00
Gordon and GitHub
0dea582ee7
docs: update description, image and grammar
2021-07-29 16:29:05 +02:00
Gordon and GitHub
afc636bcda
docs: move header
2021-07-29 15:56:44 +02:00
Gordon and GitHub
f159f4e23e
docs: add image
2021-07-29 15:54:56 +02:00
Salvatore Giordano and GitHub
4fa05919f7
Merge pull request #585 from GetStream/text-message-guide
...
docs(doc): Added guide
2021-07-29 14:56:30 +02:00
Gordon Hayes
47fe22e03d
docs: additional localization examples
2021-07-29 14:54:57 +02:00
Deven Joshi
ffb7c91c81
added code highlighting
2021-07-29 18:23:51 +05:30
Deven Joshi
2e1bd3d2be
added new guide
2021-07-29 18:22:55 +05:30
Gordon Hayes
8f7163b3a0
fix: ios build config
2021-07-29 14:50:36 +02:00
Salvatore Giordano and GitHub
abe985c31e
Merge pull request #589 from GetStream/release/2.1.1
...
chore(repo): 2.1.1
2021-07-29 14:24:11 +02:00
Salvatore Giordano
f893d906aa
fix typo
2021-07-29 14:21:01 +02:00
Salvatore Giordano
127f83457b
fix typo
2021-07-29 14:20:07 +02:00
Salvatore Giordano
4e611b35c3
bump version and changelog of localization
2021-07-29 13:30:17 +02:00
Salvatore Giordano
c46397b63a
bump version and changelog
2021-07-29 13:24:13 +02:00
Salvatore Giordano
cf675269f0
merge event user to current user
2021-07-29 13:23:42 +02:00
Salvatore Giordano and GitHub
87fdc60f8e
Merge pull request #588 from GetStream/fix/user.me
...
fix(llc): read event.me listener
2021-07-29 13:19:40 +02:00
Salvatore Giordano
ef12e1dc11
readd event.me listener
2021-07-29 13:18:23 +02:00
Deven Joshi
81aaa9fc44
Merge branch 'develop' of https://github.com/GetStream/stream-chat-flutter into text-message-guide
2021-07-29 15:34:49 +05:30
Gordon Hayes
a7e3e3c179
Merge branch 'docs/addingLocalization' of github.com:GetStream/stream-chat-flutter into docs/addingLocalization
2021-07-29 11:58:35 +02:00
Gordon Hayes
66cc8d3ef8
docs: fix ios locales link
2021-07-29 11:58:22 +02:00
Salvatore Giordano
76074b4774
fix code snippet and add comments
2021-07-29 11:47:25 +02:00
Deven Joshi
4e466af136
added hashtag example
2021-07-29 15:14:13 +05:30
Deven Joshi
4985cb1904
added hashtag example
2021-07-29 15:13:16 +05:30
Salvatore Giordano
fc5e3add5d
fix analysis
2021-07-29 11:39:15 +02:00
Salvatore Giordano
48d1eecf8c
docs(localization): add flutter docs link
2021-07-29 11:28:22 +02:00
Salvatore Giordano
87dcaa3bf0
docs(localization): add Changing the default language section
2021-07-29 11:22:27 +02:00
Salvatore Giordano
993cd4ad6c
docs(localization): fix translation links
2021-07-29 11:16:30 +02:00
Salvatore Giordano
3c48e70108
fix(ui): jiffy use app level locale
2021-07-29 11:14:21 +02:00
Salvatore Giordano and GitHub
438bf81ba5
Merge pull request #586 from GetStream/docs/addingLocalization
...
docs(doc, localization): add localization docs
2021-07-28 18:02:42 +02:00
Salvatore Giordano
587fc47316
fix links
2021-07-28 17:49:27 +02:00
Sahil Kumar
236a32403e
fix(localizations): minor fixes
...
Signed-off-by: xsahil03x <[email protected] >
2021-07-28 21:18:43 +05:30