drift(mobile): drift auth user sync
This commit is contained in:
@@ -347,7 +347,7 @@ class AlbumService {
|
||||
userId: user.id,
|
||||
);
|
||||
|
||||
album.sharedUsers.remove(entity.User.fromDto(user));
|
||||
album.sharedUsers.remove(entity.IsarUser.fromDto(user));
|
||||
await _albumRepository.removeUsers(album, [user]);
|
||||
final a = await _albumRepository.get(album.id);
|
||||
// trigger watcher
|
||||
|
||||
Reference in New Issue
Block a user