fix: show activities by self
This commit is contained in:
parent
270908b38c
commit
e18bf6e955
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ impl Identity {
|
|||
Identity::Remote { internal, .. } => base_cond.add(upub::model::addressing::Column::Instance.eq(*internal)),
|
||||
Identity::Local { internal, id } => base_cond
|
||||
.add(upub::model::addressing::Column::Actor.eq(*internal))
|
||||
.add(upub::model::object::Column::AttributedTo.eq(id)),
|
||||
.add(upub::model::object::Column::AttributedTo.eq(id))
|
||||
.add(upub::model::activity::Column::Actor.eq(id)),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue