shithub: hell

Download patch

ref: 15f1fbeaf9ee6513f32d6cae633fb860137d6cbc
parent: bdbf7776066e1347915f87d60cdd2dead4121bd8
author: penny <penny@limitedideas.org>
date: Thu Oct 2 13:18:45 EDT 2025

put an @ in front of the usernames k

--- a/edit.go
+++ b/edit.go
@@ -28,7 +28,7 @@
 			if ismention {
 				for attr := range node.Attr {
 					if node.Attr[attr].Key == "href" {
-						node.Attr[attr].Val = status.Mentions[mentions].Acct
+						node.Attr[attr].Val = "@" + status.Mentions[mentions].Acct
 						mentions++
 					}
 				}
--