Actually update reports when a subscriber subscribes

This commit is contained in:
Eli Ribble 2026-01-31 20:57:34 +00:00
parent 1d7484ef4d
commit f20067b323
No known key found for this signature in database
4 changed files with 106 additions and 38 deletions

View file

@ -23,6 +23,10 @@ import (
type E164 = phonenumbers.PhoneNumber
func PhoneString(p E164) string {
return phonenumbers.Format(&p, phonenumbers.E164)
}
func HandleTextMessage(src string, dst string, body string) {
ctx := context.Background()