summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-11-19 11:02:49 +0200
committerPaul Buetow <paul@buetow.org>2024-11-19 11:02:49 +0200
commitba7827c790347c7a3b70f19e2a2d7bb81642de3c (patch)
tree17faa6e158166ada4c1489b1982b128d633e6e28 /internal
parentd535a1c389f429f58e4c7032ac4b9bcde8c039d9 (diff)
jo
Diffstat (limited to 'internal')
-rw-r--r--internal/entry/entry.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/entry/entry.go b/internal/entry/entry.go
index 7c574a0..d289e83 100644
--- a/internal/entry/entry.go
+++ b/internal/entry/entry.go
@@ -50,7 +50,8 @@ type Entry struct {
Path string
Time time.Time
State State
- tags map[string]struct{}
+ // TODO: translate short form tags li ma x to linkedin mastidon xcom, etc
+ tags map[string]struct{}
}
func (en Entry) String() string {