Commit d3f9c3c
authored
[CLNP-6874] No mark as delivered if disableMarkAsDelivered is set to true (#1340)
[fix]: No mark as delivered if `disableMarkAsDelivered` is set to `true`
Fixes [CLNP-6874](https://sendbird.atlassian.net/browse/CLNP-6874)
### Changelogs
- Fixed a bug that channel is marked as delivered with
`disableMarkAsDelivered` set to `true`
### Checklist
Put an `x` in the boxes that apply. You can also fill these out after
creating the PR. If unsure, ask the members.
This is a reminder of what we look for before merging your code.
- [x] **All tests pass locally with my changes**
- [ ] **I have added tests that prove my fix is effective or that my
feature works**
- [ ] **Public components / utils / props are appropriately exported**
- [ ] I have added necessary documentation (if appropriate)
[CLNP-6874]:
https://sendbird.atlassian.net/browse/CLNP-6874?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ1 parent 02fb202 commit d3f9c3c
File tree
1 file changed
+5
-1
lines changed- src/modules/GroupChannelList/context
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
124 | 128 | | |
125 | 129 | | |
126 | 130 | | |
| |||
0 commit comments