add internal

This commit is contained in:
Valere 2020-10-23 13:51:35 +02:00
parent f39938d17d
commit b9fdc14e18

View File

@ -30,7 +30,7 @@ import javax.inject.Inject
* The crypto module needs some information regarding rooms that are stored
* in the session DB, this class encapsulate this functionality
*/
class CryptoSessionInfoProvider @Inject constructor(
internal class CryptoSessionInfoProvider @Inject constructor(
@SessionDatabase private val monarchy: Monarchy,
) {