mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-02-16 23:15:14 +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
|
||||
.into_iter()
|
||||
.filter(|u| !u.is_local())
|
||||
.map(|u| {
|
||||
u.get_shared_inbox_url()
|
||||
.unwrap_or_else(|| u.get_inbox_url())
|
||||
|
|
Loading…
Reference in a new issue