mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 22:35:52 +01:00
event: remove omitemptys from MSC1767Audio
This commit is contained in:
parent
851a9485e7
commit
edef968c64
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
package event
|
||||
|
||||
type MSC1767Audio struct {
|
||||
Duration int `json:"duration,omitempty"`
|
||||
Waveform []int `json:"waveform,omitempty"`
|
||||
Duration int `json:"duration"`
|
||||
Waveform []int `json:"waveform"`
|
||||
}
|
||||
|
||||
type MSC3245Voice struct{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue