Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F10455928
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
439 B
Subscribers
None
View Options
diff --git a/activitystreams/tag.go b/activitystreams/tag.go
index 63fe4c4..38010bf 100644
--- a/activitystreams/tag.go
+++ b/activitystreams/tag.go
@@ -1,14 +1,14 @@
package activitystreams
type Tag struct {
Type TagType `json:"type"`
HRef string `json:"href"`
Name string `json:"name"`
}
type TagType string
const (
TagHashtag TagType = "Hashtag"
- TagMention = "Mention"
+ TagMention TagType = "Mention"
)
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Feb 1, 12:52 PM (9 h, 10 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3146061
Attached To
rWC Write.as Web Core
Event Timeline
Log In to Comment