diff --git a/addons/dexie-cloud/src/db/entities/Realm.ts b/addons/dexie-cloud/src/db/entities/Realm.ts index dd0db1648..7575011e2 100644 --- a/addons/dexie-cloud/src/db/entities/Realm.ts +++ b/addons/dexie-cloud/src/db/entities/Realm.ts @@ -10,9 +10,7 @@ export interface Realm { name?: string; /** Contains the user-ID of the owner. An owner has implicit full write-access to the realm - * and all obejcts connected to it. Ownership does not imply read (sync) access though, - * so realm owners still needs to add themself as a member if they are going to use the realm - * themselves. + * and all obejcts connected to it. */ owner?: string; -} \ No newline at end of file +}