🚧 Try to only allow identities that have no or positive trust
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / database / FriendDatabase.kt
1 package net.pterodactylus.sone.database
2
3 /**
4  * Combines a [FriendProvider] and a [FriendStore] into a friend database.
5  */
6 interface FriendDatabase : FriendProvider, FriendStore