|
|
|
@ -297,16 +297,8 @@ impl GroupHandle { |
|
|
|
|
} |
|
|
|
|
NotificationType::Follow => { |
|
|
|
|
grp_info!(self, "New follower!"); |
|
|
|
|
|
|
|
|
|
// Just greet the user always
|
|
|
|
|
self.handle_new_follow(¬if_acct, notif_user_id).await; |
|
|
|
|
|
|
|
|
|
// if self.config.is_member_or_admin(¬if_acct) {
|
|
|
|
|
// // Already joined, just doing something silly, ignore this
|
|
|
|
|
// grp_debug!(self, "User already a member, ignoring");
|
|
|
|
|
// } else {
|
|
|
|
|
//
|
|
|
|
|
// }
|
|
|
|
|
} |
|
|
|
|
NotificationType::Favourite => {} |
|
|
|
|
NotificationType::Reblog => {} |
|
|
|
|