Call APIs

This commit is contained in:
2024-04-06 17:08:01 +08:00
parent 35b28d1003
commit eaf074609e
7 changed files with 325 additions and 0 deletions

View File

@ -9,6 +9,7 @@ var DatabaseAutoActionRange = []any{
&models.Account{},
&models.Channel{},
&models.ChannelMember{},
&models.Call{},
&models.Message{},
&models.Attachment{},
}