Restore filter

This commit is contained in:
Kitaiti Makoto 2022-05-03 12:36:31 +09:00
parent 0fc7372781
commit 03ba77a577

View File

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