Updated on 2026-08-14
This commit is contained in:
parent
a774347c70
commit
a71e17561f
4 changed files with 56 additions and 10 deletions
|
|
@ -94,6 +94,8 @@ internal class DefaultFeedbackRepository(
|
|||
|
||||
override fun getLogFile(): File? = appLogsStore.getFile()
|
||||
|
||||
override suspend fun getZipLogFile(): File? = appLogsStore.getZipFile()
|
||||
|
||||
override fun sendEmail(feedbackEmail: FeedbackEmail) {
|
||||
emailSender.send(
|
||||
EmailSender.Email(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue