Actually update reports when a subscriber subscribes
This commit is contained in:
parent
1d7484ef4d
commit
f20067b323
4 changed files with 106 additions and 38 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue