label: source 'phone' → 'web' (page works from any browser)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -135,7 +135,7 @@ func main() {
|
||||
if m.Source == "" {
|
||||
m.Source = r.Header.Get("X-Tether-Source")
|
||||
if m.Source == "" {
|
||||
m.Source = "phone"
|
||||
m.Source = "web"
|
||||
}
|
||||
}
|
||||
m.TS = time.Now().UnixMilli()
|
||||
|
||||
Reference in New Issue
Block a user