chore: address some TODOs

This commit is contained in:
DevMiner 2024-08-24 14:35:19 +02:00
parent fe293c2b89
commit 810ba06c5d
8 changed files with 65 additions and 28 deletions

View file

@ -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"`
}

View file

@ -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