sleep after posting

This commit is contained in:
2021-09-18 20:50:14 +02:00
parent 6734917d9c
commit e5ce0bdeb7
4 changed files with 5 additions and 8 deletions
-8
View File
@@ -297,16 +297,8 @@ impl GroupHandle {
}
NotificationType::Follow => {
grp_info!(self, "New follower!");
// Just greet the user always
self.handle_new_follow(&notif_acct, notif_user_id).await;
// if self.config.is_member_or_admin(&notif_acct) {
// // Already joined, just doing something silly, ignore this
// grp_debug!(self, "User already a member, ignoring");
// } else {
//
// }
}
NotificationType::Favourite => {}
NotificationType::Reblog => {}