mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-12-14 17:33:48 +01:00
Remove unused backfill dummy state event type
This commit is contained in:
parent
a3ba1e3826
commit
4bba398cfe
1 changed files with 0 additions and 1 deletions
|
@ -307,7 +307,6 @@ func getPartialInfoFromConversation(jid types.JID, conv *waProto.Conversation) *
|
|||
|
||||
var (
|
||||
PortalCreationDummyEvent = event.Type{Type: "fi.mau.dummy.portal_created", Class: event.MessageEventType}
|
||||
BackfillDummyStateEvent = event.Type{Type: "fi.mau.dummy.blank_backfill_state", Class: event.StateEventType}
|
||||
BackfillEndDummyEvent = event.Type{Type: "fi.mau.dummy.backfill_end", Class: event.MessageEventType}
|
||||
PreBackfillDummyEvent = event.Type{Type: "fi.mau.dummy.pre_backfill", Class: event.MessageEventType}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue