mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-06-12 05:07:46 +02:00
feat(message_logger): quoted messages support
This commit is contained in:
@ -158,4 +158,13 @@ enum class MixerStoryType(
|
||||
return entries.firstOrNull { it.index == index } ?: UNKNOWN
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
enum class QuotedMessageContentStatus {
|
||||
UNKNOWN,
|
||||
AVAILABLE,
|
||||
DELETED,
|
||||
JOINEDAFTERORIGINALMESSAGESENT,
|
||||
UNAVAILABLE,
|
||||
STORYMEDIADELETEDBYPOSTER
|
||||
}
|
Reference in New Issue
Block a user