mirror of
https://github.com/versia-pub/versia-go.git
synced 2026-03-13 04:29:15 +01:00
refactor!: working WD-4 user discovery
This commit is contained in:
parent
cf0053312d
commit
61891d891a
91 changed files with 12768 additions and 5562 deletions
|
|
@ -24,6 +24,10 @@ func (t *Handler) FederateNote(ctx context.Context, data FederateNoteData) error
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
if n == nil {
|
||||
t.log.V(-1).Info("Could not find note", "id", data.NoteID)
|
||||
return nil
|
||||
}
|
||||
|
||||
for _, uu := range n.Mentions {
|
||||
if !uu.IsRemote {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue