Skip to content

Commit e0cd34b

Browse files
authored
v10.7.2
2 parents 92e0c9f + 5c6a58f commit e0cd34b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@braintree/sanitize-url": "^6.0.2",
3232
"@popperjs/core": "^2.11.5",
33-
"@stream-io/stream-chat-css": "^3.7.2",
33+
"@stream-io/stream-chat-css": "^3.9.1",
3434
"clsx": "^1.1.1",
3535
"dayjs": "^1.10.4",
3636
"emoji-mart": "3.0.1",

src/components/Channel/Channel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ const ChannelInner = <
484484
client.off('user.deleted', handleEvent);
485485
notificationTimeouts.forEach(clearTimeout);
486486
};
487-
}, [channel.cid, doMarkReadRequest]);
487+
}, [channel.cid, doMarkReadRequest, channelConfig?.read_events]);
488488

489489
useEffect(() => {
490490
if (!state.thread) return;

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2263,10 +2263,10 @@
22632263
crypto-browserify "^3.11.0"
22642264
process-es6 "^0.11.2"
22652265

2266-
"@stream-io/stream-chat-css@^3.7.2":
2267-
version "3.7.2"
2268-
resolved "https://registry.yarnpkg.com/@stream-io/stream-chat-css/-/stream-chat-css-3.7.2.tgz#c0a3a5900434fcb806c85518dfbb59724f075a3d"
2269-
integrity sha512-G7J/DjZc1Q1i9eI+4ukRjPRVTPzHYp3LLtWqoMFU3NuTImMFNu300g7WTKyweObYYLqSuYe+Iiuay3RahcPYDA==
2266+
"@stream-io/stream-chat-css@^3.9.1":
2267+
version "3.9.1"
2268+
resolved "https://registry.yarnpkg.com/@stream-io/stream-chat-css/-/stream-chat-css-3.9.1.tgz#6df29b8f77c2fcfe52dbb4ba7ed2e17a1874550b"
2269+
integrity sha512-MyBv5aTohtE2yrMroiNyk3F8Z1q/cCgQTzTnr6UDrq3JgDDcy+fmT7zrQvKeHa1L8a+ifbwOYpacqm8Znvb4kw==
22702270

22712271
"@stream-io/transliterate@^1.5.5":
22722272
version "1.5.5"

0 commit comments

Comments
 (0)