Skip to content

Commit

Permalink
Update ServerConfigurationDAO.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara authored Dec 6, 2024
1 parent e6ac7b5 commit 6d27510
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,8 @@ interface ServerConfigurationDAO {
suspend fun allConfig(): List<ServerConfigEntity>
fun configById(id: String): ServerConfigEntity?
suspend fun configByLinks(links: ServerConfigEntity.Links): ServerConfigEntity?
<<<<<<< HEAD
suspend fun updateApiVersion(id: String, commonApiVersion: Int)
suspend fun getCommonApiVersion(domain: String): Int
=======
suspend fun updateServerMetaData(id: String, federation: Boolean, commonApiVersion: Int)
>>>>>>> 790b885dcf (fix: update federation flag when fetching server config [WPB-14728] (#3143))
suspend fun updateApiVersionAndDomain(id: String, domain: String, commonApiVersion: Int)
suspend fun configForUser(userId: UserIDEntity): ServerConfigEntity?
suspend fun setFederationToTrue(id: String)
Expand Down

0 comments on commit 6d27510

Please sign in to comment.