Merge pull request #1123 from stendler/json-firebase-cache

feat(server): add Cache and Firebase as keys to JSON publishing
This commit is contained in:
Philipp C. Heckel
2025-05-25 15:24:51 -04:00
committed by GitHub
3 changed files with 53 additions and 0 deletions

View File

@@ -105,6 +105,8 @@ type publishMessage struct {
Filename string `json:"filename"`
Email string `json:"email"`
Call string `json:"call"`
Cache string `json:"cache"` // use string as it defaults to true (or use &bool instead)
Firebase string `json:"firebase"` // use string as it defaults to true (or use &bool instead)
Delay string `json:"delay"`
}