Skip to content

Commit

Permalink
Merge pull request #15 from takke/pr_add_labels_to_post
Browse files Browse the repository at this point in the history
Add `labels` to `FeedDefsPostView`
  • Loading branch information
uakihir0 authored Feb 11, 2024
2 parents ed1c688 + a25b165 commit 4564d70
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package work.socialhub.kbsky.model.bsky.feed

import kotlinx.serialization.Serializable
import work.socialhub.kbsky.model.atproto.label.LabelDefsLabel
import work.socialhub.kbsky.model.bsky.actor.ActorDefsProfileViewBasic
import work.socialhub.kbsky.model.bsky.embed.EmbedViewUnion
import work.socialhub.kbsky.model.share.RecordUnion
Expand All @@ -17,4 +18,5 @@ class FeedDefsPostView {
var likeCount: Int? = null
var indexedAt: String? = null
var viewer: FeedDefsViewerState? = null
var labels: List<LabelDefsLabel>? = null
}

0 comments on commit 4564d70

Please sign in to comment.