mirror of
https://github.com/immich-app/immich.git
synced 2025-12-28 01:11:47 +03:00
feat: sync auth user (#20067)
This commit is contained in:
2
mobile/test/fixtures/sync_stream.stub.dart
vendored
2
mobile/test/fixtures/sync_stream.stub.dart
vendored
@@ -9,6 +9,7 @@ abstract final class SyncStreamStub {
|
||||
email: "admin@admin",
|
||||
id: "1",
|
||||
name: "Admin",
|
||||
avatarColor: null,
|
||||
),
|
||||
ack: "1",
|
||||
);
|
||||
@@ -19,6 +20,7 @@ abstract final class SyncStreamStub {
|
||||
email: "user@user",
|
||||
id: "5",
|
||||
name: "User",
|
||||
avatarColor: null,
|
||||
),
|
||||
ack: "5",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user