Add options to disable or force-enable caching media

This commit is contained in:
Tulir Asokan
2023-05-05 12:50:55 +03:00
parent 9793e00434
commit cc2d0ae40d
4 changed files with 7 additions and 1 deletions

View File

@@ -52,6 +52,7 @@ type BridgeConfig struct {
DeleteGuildOnLeave bool `yaml:"delete_guild_on_leave"`
FederateRooms bool `yaml:"federate_rooms"`
CacheMedia string `yaml:"cache_media"`
MediaPatterns MediaPatterns `yaml:"media_patterns"`
AnimatedSticker struct {