We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf7c7d commit f79ba5aCopy full SHA for f79ba5a
backend/api.go
@@ -73,7 +73,7 @@ func SendInvite(w http.ResponseWriter, r *http.Request) {
73
func postToSlack(email, ip string) {
74
ipInfo, err := GetIpInfo(ip)
75
76
- msg := fmt.Sprintf("invited to Plex: `%s` from %s, %s (`%s`)", email,
+ msg := fmt.Sprintf("invited to Plex: `%s` in %s, %s (`%s`)", email,
77
ipInfo.City, ipInfo.RegionCode, ipInfo.Ip)
78
79
resp, err := http.Post(os.Getenv("SLACK_WEBHOOK_URL"), "application/json",
0 commit comments