mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
Fix call type constant definitions
Some checks failed
Some checks failed
This commit is contained in:
parent
c4abd57e50
commit
ac266c8d90
1 changed files with 2 additions and 2 deletions
|
|
@ -175,8 +175,8 @@ const (
|
|||
type BeeperActionMessageCallType string
|
||||
|
||||
const (
|
||||
BeeperActionMessageCallTypeVoice BeeperActionMessageType = "voice"
|
||||
BeeperActionMessageCallTypeVideo BeeperActionMessageType = "video"
|
||||
BeeperActionMessageCallTypeVoice BeeperActionMessageCallType = "voice"
|
||||
BeeperActionMessageCallTypeVideo BeeperActionMessageCallType = "video"
|
||||
)
|
||||
|
||||
type BeeperActionMessage struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue