Add user_inbox check that activities are really addressed to local users #131

Merged
nutomic merged 1 commits from user-inbox-check into main 2020-11-12 12:50:01 +00:00
Owner
No description provided.
nutomic reviewed 2020-11-11 16:42:49 +00:00
@ -309,1 +324,4 @@
}
// TODO: this function name only makes sense if you call it with a remote community. for a local
// community, it will also return true if only remote followers exist
fn has_local_followers(conn: &PgConnection, community_id_: i32) -> Result<bool, Error> {
Author
Owner

Any better idea for naming this function?

Any better idea for naming this function?
Owner

Seems fine to me.

Seems fine to me.
Owner

I'll push this up to travis to make sure its good.

I'll push this up to travis to make sure its good.
nutomic merged commit 1b8ce33aa4 into main 2020-11-12 12:50:00 +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#131
No description provided.