Changes
1 changed files (+2/-1)
-
-
@@ -2,6 +2,7 @@ package activitypubimport ( "errors" "strings" "time" "unsafe" )
-
@@ -42,7 +43,7 @@ type ActivityVocabularyTypes []ActivityVocabularyTypefunc (a ActivityVocabularyTypes) Contains(typ ActivityVocabularyType) bool { for _, v := range a { if v == typ { if strings.ToLower(string(v)) == strings.ToLower(string(typ)) { return true } }
-