diff options
author | FChannel <> | 2021-07-30 16:28:55 -0700 |
---|---|---|
committer | FChannel <> | 2021-07-30 16:28:55 -0700 |
commit | a1ecad89f575b7d8542eea75979b4c11bfa199d4 (patch) | |
tree | 6e06ae5cbd75cc527167a4033e5faa48b0f7939f /client.go | |
parent | 7c6ee8f4073a5b8fd9cc065f225c9f09f21ee4a1 (diff) |
added removal of inactive instances from following/followers after 24hrs
Diffstat (limited to 'client.go')
-rw-r--r-- | client.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) }, |