This commit is contained in:
Brice
2020-12-17 16:52:22 +11:00
parent 9304971e50
commit 873e0099f9
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ abstract class SessionServiceAttachment protected constructor(val contentType: S
var isImage: Boolean = false
var isVideo: Boolean = false
var isAudio: Boolean = false
var url: String? = null
var url: String = ""
var key: ByteString? = null
abstract fun isStream(): Boolean