linstrom/storage-new/models/ActivityToObject.go
mstar dff031397e
Some checks failed
/ docker (push) Failing after 2m51s
More activity stuff
2025-05-05 17:33:34 +02:00

8 lines
231 B
Go

package models
type Activity struct {
Id string `gorm:"primarykey"`
Type string `gorm:"type:activitystreams_activity_type"`
ObjectId string
ObjectType uint32 // Target type: ActivitystreamsActivityTargetType
}