remove leftover emojialias

This commit is contained in:
Andrea Maria Piana 2020-07-28 14:34:48 +02:00
parent 4a83c86c3e
commit fcb901daf2
No known key found for this signature in database
GPG Key ID: AA6CCA6DE0E06424
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ func (e *EmojiReaction) SetMessageType(messageType protobuf.MessageType) {
} }
func (e EmojiReaction) MarshalJSON() ([]byte, error) { func (e EmojiReaction) MarshalJSON() ([]byte, error) {
type EmojiAlias EmojiReaction
item := struct { item := struct {
ID string `json:"id"` ID string `json:"id"`
Clock uint64 `json:"clock,omitempty"` Clock uint64 `json:"clock,omitempty"`