mirror of
https://github.com/idanoo/go-mastodon-matrix-webhooks
synced 2025-07-01 19:12:15 +00:00
str()
This commit is contained in:
parent
884391b5e4
commit
1403583b59
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -141,7 +141,7 @@ func handler(w http.ResponseWriter, r *http.Request) {
|
||||||
|
|
||||||
// Debug?
|
// Debug?
|
||||||
str, _ := json.Marshal(i)
|
str, _ := json.Marshal(i)
|
||||||
log.Println(str)
|
log.Println(string(str))
|
||||||
|
|
||||||
// Send to Matrix
|
// Send to Matrix
|
||||||
err = sendWebhook(
|
err = sendWebhook(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue