mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-02-19 16:16:17 +00:00
Restore filter
This commit is contained in:
parent
0fc7372781
commit
03ba77a577
1 changed files with 1 additions and 0 deletions
|
@ -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())
|
||||||
|
|
Loading…
Reference in a new issue