tg login
This commit is contained in:
@@ -9,8 +9,8 @@ interface UserRepo {
|
||||
fun findById(id: Int): User?
|
||||
fun findByUsername(username: String): User?
|
||||
fun findParticipantsBySpace(spaceId: Int): Set<User>
|
||||
fun findByTgId(tgId: String): User?
|
||||
fun save(user: User): User
|
||||
fun findByTgId(tgId: Long): User?
|
||||
fun create(user: User): User
|
||||
fun update(user: User): User
|
||||
fun deleteById(id: Long)
|
||||
}
|
||||
Reference in New Issue
Block a user