mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Bookmark queries scoped to user or collective
This commit is contained in:
@ -27,7 +27,10 @@ trait OClientSettings[F[_]] {
|
||||
|
||||
def deleteCollective(clientId: Ident, account: AccountId): F[Boolean]
|
||||
def saveCollective(clientId: Ident, account: AccountId, data: Json): F[Unit]
|
||||
def loadCollective(clientId: Ident, account: AccountId): F[Option[RClientSettingsCollective]]
|
||||
def loadCollective(
|
||||
clientId: Ident,
|
||||
account: AccountId
|
||||
): F[Option[RClientSettingsCollective]]
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user