add internal
This commit is contained in:
parent
f39938d17d
commit
b9fdc14e18
@ -30,7 +30,7 @@ import javax.inject.Inject
|
|||||||
* The crypto module needs some information regarding rooms that are stored
|
* The crypto module needs some information regarding rooms that are stored
|
||||||
* in the session DB, this class encapsulate this functionality
|
* in the session DB, this class encapsulate this functionality
|
||||||
*/
|
*/
|
||||||
class CryptoSessionInfoProvider @Inject constructor(
|
internal class CryptoSessionInfoProvider @Inject constructor(
|
||||||
@SessionDatabase private val monarchy: Monarchy,
|
@SessionDatabase private val monarchy: Monarchy,
|
||||||
) {
|
) {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user