mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-01 17:38:33 +00:00
added user creation from ap
This commit is contained in:
parent
a702da69cc
commit
e180467760
4 changed files with 107 additions and 16 deletions
|
@ -289,7 +289,6 @@ classDiagram
|
|||
}
|
||||
class Actor {
|
||||
ID
|
||||
URL Item
|
||||
Type ActivityVocabularyType // Person
|
||||
Name NaturalLanguageValues
|
||||
PreferredUsername NaturalLanguageValues
|
||||
|
@ -346,7 +345,6 @@ classDiagram
|
|||
class FederatedUser {
|
||||
ID int64
|
||||
UserID int64
|
||||
RawData map[string]any
|
||||
ExternalID string
|
||||
FederationHost int64
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue