mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 10:17:56 +00:00
Add additional group update validations during export.
This commit is contained in:
committed by
Michelle Tang
parent
8ac0c42f44
commit
4a61e45fba
@@ -47,6 +47,10 @@ object ExportSkips {
|
||||
return log(sentTimestamp, "Group update record is parseable, but has no updates.")
|
||||
}
|
||||
|
||||
fun groupUpdateHasInvalidAuthor(sentTimestamp: Long): String {
|
||||
return log(sentTimestamp, "Group update has an invalid author.")
|
||||
}
|
||||
|
||||
fun directStoryReplyHasNoBody(sentTimestamp: Long): String {
|
||||
return log(sentTimestamp, "Direct story reply has no body.")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user