Restore filter

This commit is contained in:
Kitaiti Makoto 2022-05-03 12:36:31 +09:00
parent 0fc7372781
commit 03ba77a577
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ where
{
let boxes = to
.into_iter()
.filter(|u| !u.is_local())
.map(|u| {
u.get_shared_inbox_url()
.unwrap_or_else(|| u.get_inbox_url())