In comment create/update, include parent creator in cc (ref #698) #122

Merged
dessalines merged 1 commits from comment-parent-cc into main 2020-10-27 16:15:22 +00:00
Owner

They should be notified directly, in case they are not a community follower (same as mentions basically).

They should be notified directly, in case they are not a community follower (same as mentions basically).
nutomic reviewed 2020-10-27 13:57:27 +00:00
@ -323,3 +322,3 @@
context: &LemmyContext,
) -> Result<MentionsAndAddresses, LemmyError> {
let mut addressed_ccs = vec![community.get_followers_url()?];
let mut addressed_ccs = vec![];
Author
Owner

I removed this because the create/update contained both the community and community followers as cc. I dont think that makes sense, so I removed this, meaning only the community is in the cc (along with any mentions and the parent post/comment creator).

I removed this because the create/update contained both the community and community followers as cc. I dont think that makes sense, so I removed this, meaning only the community is in the cc (along with any mentions and the parent post/comment creator).
Owner

Seems fine, as long as the CI passes.

Seems fine, as long as the CI passes.
Author
Owner

I already ran the tests locally, everything passed. Just give me one moment to add some rustdoc and adjust the documentation.

I already ran the tests locally, everything passed. Just give me one moment to add some rustdoc and adjust the documentation.
Author
Owner

Force pushed the docs changes, without changing anything else in the code.

Force pushed the docs changes, without changing anything else in the code.
dessalines merged commit e95ca66c9f into main 2020-10-27 16:15:22 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: LemmyNet/lemmy#122
No description provided.