Change snow chat effect message type from "nic.custom.snow" to "io.element.effect.snowfall"

This commit is contained in:
Benoit Marty 2021-04-07 10:59:41 +02:00 committed by Benoit Marty
parent 3a81521eab
commit c459c4f90c

View File

@ -35,5 +35,5 @@ object MessageType {
const val MSGTYPE_STICKER_LOCAL = "org.matrix.android.sdk.sticker"
const val MSGTYPE_CONFETTI = "nic.custom.confetti"
const val MSGTYPE_SNOW = "nic.custom.snow"
const val MSGTYPE_SNOW = "io.element.effect.snowfall"
}