]> Untitled Git - lemmy.git/commit
Fixing some comment websocket issues. (#1768)
authorDessalines <dessalines@users.noreply.github.com>
Sat, 4 Sep 2021 12:47:41 +0000 (08:47 -0400)
committerGitHub <noreply@github.com>
Sat, 4 Sep 2021 12:47:41 +0000 (08:47 -0400)
commit0940fb5f00b85f7c5388b8aeac322f8944c9d676
treee12389cb7756f7b4b1a80a0d71554d6077a4ff41
parent8b2491ea23f2844af0bfebc3e7fe6faa7a45a74f
Fixing some comment websocket issues. (#1768)

- Wasn't correctly getting comment parent user for mark as read. Fixes #1767
- Was using all recipients for simple comment return. Fixes #1766
crates/api_crud/src/comment/create.rs
crates/websocket/src/send.rs