ref: 372cf7f6a31db5d62a3628f22b637c2bffaff100
parent: cea73163784435ae219978d1a268834d3bcdb0da
author: penny <penny@limitedideas.org>
date: Sun Nov 9 07:55:32 EST 2025
index @ now refers to your own account
--- a/commands.go
+++ b/commands.go
@@ -223,6 +223,10 @@
if index == "." && loader.lastaccount == nil {index = loader.lastindex
}
+ if index == "@" {+ loader.lastindex = index
+ loader.lastaccount = loader.hc.currentuser
+ }
postItem, postOK := loader.hc.homeMap[index]
foundindex := false
--
⑨