Signed-off-by: oppiliappan me@oppi.li
appview/pages/templates/timeline/home.html
appview/pages/templates/timeline/home.html
This file has not been changed.
input.css
input.css
This file has not been changed.
+12
-12
appview/models/bsky.go
+12
-12
appview/models/bsky.go
···
8
8
)
9
9
10
10
type BskyPost struct {
11
-
Rkey string
12
-
Text string
13
-
CreatedAt time.Time
14
-
Langs []string
15
-
Tags []string
16
-
Embed *apibsky.FeedDefs_PostView_Embed
17
-
Facets []*apibsky.RichtextFacet
18
-
Labels *apibsky.FeedPost_Labels
19
-
Reply *apibsky.FeedPost_ReplyRef
20
-
LikeCount int64
21
-
ReplyCount int64
11
+
Rkey string
12
+
Text string
13
+
CreatedAt time.Time
14
+
Langs []string
15
+
Tags []string
16
+
Embed *apibsky.FeedDefs_PostView_Embed
17
+
Facets []*apibsky.RichtextFacet
18
+
Labels *apibsky.FeedPost_Labels
19
+
Reply *apibsky.FeedPost_ReplyRef
20
+
LikeCount int64
21
+
ReplyCount int64
22
22
RepostCount int64
23
-
QuoteCount int64
23
+
QuoteCount int64
24
24
}
25
25
26
26
func NewBskyPostFromView(postView *apibsky.FeedDefs_PostView) (*BskyPost, error) {
History
5 rounds
0 comments
1 commit
expand
collapse
appview/pages: clean up copy on homepage
Signed-off-by: oppiliappan <me@oppi.li>
3/3 success
expand
collapse
expand 0 comments
pull request successfully merged