mirror of
https://github.com/versia-pub/versia-go.git
synced 2026-03-13 04:29:15 +01:00
chore: address some TODOs
This commit is contained in:
parent
fe293c2b89
commit
810ba06c5d
8 changed files with 65 additions and 28 deletions
|
|
@ -17,7 +17,6 @@ type Attachment struct {
|
|||
// BlurHash is available when the content type is an image
|
||||
Width *int `json:"width,omitempty"`
|
||||
|
||||
// TODO: Figure out when this is available
|
||||
FPS *int `json:"fps,omitempty"`
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ import (
|
|||
|
||||
// NoteVisibility is the visibility of a note. For more information, see the [Spec].
|
||||
//
|
||||
// TODO:
|
||||
// [Spec]: https://lysand.org/objects/publications#visibility
|
||||
type NoteVisibility string
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue