From 256f998d1270664ce50115b56afb4f2cd664e251 Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 16 Oct 2023 03:05:32 +0200 Subject: [PATCH] cave: hotfix --- cave/src/activitypub/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cave/src/activitypub/mod.rs b/cave/src/activitypub/mod.rs index 607ef91..5bf5090 100644 --- a/cave/src/activitypub/mod.rs +++ b/cave/src/activitypub/mod.rs @@ -116,7 +116,7 @@ impl Post { while tag.name.chars().next() == Some('#') { tag.name.remove(0); } - if tag.name.chars.next() == Some('@') { + if tag.name.chars().next() == Some('@') { // why do these occur? None } else if tag.name.len() > 0 {