mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
add internal
This commit is contained in:
parent
f39938d17d
commit
b9fdc14e18
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
) {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue