Remove redundant code

This commit is contained in:
Niels Andriesse
2021-05-21 15:02:34 +10:00
parent 910787a960
commit 49c3ffd9ca
55 changed files with 248 additions and 2092 deletions

View File

@@ -3,6 +3,5 @@ package org.session.libsignal.database
interface LokiUserDatabaseProtocol {
fun getDisplayName(publicKey: String): String?
fun getServerDisplayName(serverID: String, publicKey: String): String?
fun getProfilePictureURL(publicKey: String): String?
}