feat: add linux native library support for libsession to enable junit testing (might not be the best way)

This commit is contained in:
0x330a
2023-10-04 09:59:10 +11:00
parent fb2a7a8fed
commit e419024f6b
8 changed files with 98 additions and 29 deletions

View File

@@ -34,6 +34,11 @@ interface ConfigFactoryProtocol {
)
fun scheduleUpdate(destination: Destination)
fun constructGroupKeysConfig(
groupSessionId: SessionId,
info: GroupInfoConfig,
members: GroupMembersConfig
): GroupKeysConfig?
}
interface ConfigFactoryUpdateListener {