From 50e58c4e010959955286e4250ebacb3b93f8c525 Mon Sep 17 00:00:00 2001 From: r Date: Sat, 4 Jan 2020 18:56:47 +0000 Subject: Use post method for like and retweet --- templates/status.tmpl | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'templates/status.tmpl') diff --git a/templates/status.tmpl b/templates/status.tmpl index 7facba2..1661f58 100644 --- a/templates/status.tmpl +++ b/templates/status.tmpl @@ -101,13 +101,13 @@ {{else}} {{if .Reblogged}} - - undo retweet - +
+ +
{{else}} - - retweet - +
+ +
{{end}} {{end}} @@ -116,13 +116,13 @@
{{if .Favourited}} - - unlike - +
+ +
{{else}} - - like - +
+ +
{{end}} {{DisplayInteractionCount .FavouritesCount}} -- cgit v1.2.3