Function lemmy_api_common::send_local_notifs[][src]

pub async fn send_local_notifs(
    mentions: Vec<MentionData>,
    comment: Comment,
    person: Person,
    post: Post,
    pool: &DbPool,
    do_send_email: bool,
    settings: &Settings
) -> Result<Vec<LocalUserId>, LemmyError>