forked from kevadesu/forgejo
mv our actor code to forgefed
This commit is contained in:
parent
abdf56dde1
commit
1fe35e14a5
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
// Copyright 2023 The forgejo Authors. All rights reserved.
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
package activitypub
|
||||
package forgefed
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
@ -94,6 +94,7 @@ func (value PersonId) Validate() []string {
|
|||
return result
|
||||
}
|
||||
|
||||
// TODO: Move valid-parts to valid package
|
||||
/*
|
||||
IsValid concatenates the error messages with newlines and returns them if there are any
|
||||
*/
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright 2023 The forgejo Authors. All rights reserved.
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
package activitypub
|
||||
package forgefed
|
||||
|
||||
import (
|
||||
"testing"
|
Loading…
Add table
Add a link
Reference in a new issue