fix: import del cache (#2492)

pull/2493/head
icey-yu 2 months ago committed by GitHub
parent 56e6da12c3
commit 9b32c630dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -192,6 +192,7 @@ func (f *friendDatabase) BecomeFriends(ctx context.Context, ownerUserID string,
if err != nil {
return err
}
cache = cache.DelFriendIDs(ownerUserID).DelMaxFriendVersion(ownerUserID)
if len(newMyFriendIDs) > 0 {
cache = cache.DelFriendIDs(newMyFriendIDs...)
cache = cache.DelFriends(ownerUserID, newMyFriendIDs).DelMaxFriendVersion(newMyFriendIDs...)

Loading…
Cancel
Save