Remove unused "messageRetry" send type

This commit is contained in:
Evan Hahn 2021-09-24 17:14:54 -05:00 committed by GitHub
parent a6e3d5cbae
commit 8b98035cbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ export type SendTypesType =
| 'groupChange'
| 'legacyGroupChange'
| 'message'
| 'messageRetry'
| 'nullMessage' // excluded from send log
| 'otherSync'
| 'profileKeyUpdate'