mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-25 11:05:25 +00:00
7 lines
204 B
Kotlin
7 lines
204 B
Kotlin
package org.thoughtcrime.securesms.loki
|
|
|
|
interface LokiThreadDatabaseDelegate {
|
|
|
|
fun handleThreadFriendRequestStatusChanged(threadID: Long)
|
|
fun handleSessionRestoreDevicesChanged(threadID: Long)
|
|
} |