aboutsummaryrefslogtreecommitdiff
path: root/client.go
diff options
context:
space:
mode:
authorFChannel <>2021-07-30 16:28:55 -0700
committerFChannel <>2021-07-30 16:28:55 -0700
commita1ecad89f575b7d8542eea75979b4c11bfa199d4 (patch)
tree6e06ae5cbd75cc527167a4033e5faa48b0f7939f /client.go
parent7c6ee8f4073a5b8fd9cc065f225c9f09f21ee4a1 (diff)
added removal of inactive instances from following/followers after 24hrs
Diffstat (limited to 'client.go')
-rw-r--r--client.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/client.go b/client.go
index e880fe4..bd5c2fa 100644
--- a/client.go
+++ b/client.go
@@ -314,7 +314,6 @@ func PostGet(w http.ResponseWriter, r *http.Request, db *sql.DB){
"short": func(actorName string, url string) string {
return shortURL(actorName, url)
},
-
"parseAttachment": func(obj ObjectBase, catalog bool) template.HTML {
return ParseAttachment(obj, catalog)
},