ui: add quoted reposts view to threads
This adds quote reposts as an additional detail view on threads. It will list quoted reposts that have the `q` tag. Not all clients have updated to this yet (like primal), but hopefully they will soon. Changelog-Added: Show list of quoted reposts in threads Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -41,7 +41,7 @@ struct QuoteId: IdType, TagKey, TagConvertible {
|
||||
self.id = data
|
||||
}
|
||||
|
||||
/// Refer to this QuoteId as a NoteId
|
||||
/// The note id being quoted
|
||||
var note_id: NoteId {
|
||||
NoteId(self.id)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user