This commit is contained in:
parent
d32818af09
commit
cfa0566c6d
39 changed files with 2276 additions and 183 deletions
7
storage-new/models/ActivitystreamsActivityToObject.go
Normal file
7
storage-new/models/ActivitystreamsActivityToObject.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package models
|
||||
|
||||
type ActivitystreamsActivity struct {
|
||||
Type string `gorm:"type:activitystreams_activity_type"`
|
||||
ObjectId string
|
||||
ObjectType uint32 // Target type: ActivitystreamsActivityTargetType
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue