| 70 | } |
| 71 | |
| 72 | type MessageContext struct { |
| 73 | UserDid string `gorm:"type:string;primaryKey;not null"` |
| 74 | TokenUUID string `gorm:"type:string;primaryKey;not null"` |
| 75 | LastMessageId string `gorm:"type:string;not null"` |
| 76 | TimelineContext string `gorm:"type:string;not null"` |
| 77 | } |
| 78 | |
| 79 | // Analytics seems cool, and me liek numbrers. |
| 80 |
nothing calls this directly
no outgoing calls
no test coverage detected