Clean and add towncrier
This commit is contained in:
parent
6b10406622
commit
c551cf3058
@ -386,7 +386,4 @@ internal abstract class SessionModule {
|
||||
|
||||
@Binds
|
||||
abstract fun bindEventSenderProcessor(processor: EventSenderProcessorCoroutine): EventSenderProcessor
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
1
newsfragment/3531.feature
Normal file
1
newsfragment/3531.feature
Normal file
@ -0,0 +1 @@
|
||||
Introduces AutoAcceptInvites which can be enabled at compile time.
|
@ -24,6 +24,6 @@ interface AutoAcceptInvites {
|
||||
}
|
||||
|
||||
class CompileTimeAutoAcceptInvites @Inject constructor() : AutoAcceptInvites {
|
||||
override val isEnabled = true
|
||||
override val hideInvites = false
|
||||
override val isEnabled = false
|
||||
override val hideInvites = isEnabled
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user