Skip to content

Commit

Permalink
Merge pull request #222 from alimy/pr-fixed-star
Browse files Browse the repository at this point in the history
fixed add star to tweet error
  • Loading branch information
alimy authored Mar 5, 2023
2 parents 127731a + 972d0ab commit d14db3c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ paopao-ce*
/release
/data
/custom
/.custom
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to paopao-ce are documented in this file.

## 0.3.0+dev ([`dev`](https://github.com/rocboss/paopao-ce/tree/dev))

## 0.2.2

### Fixed

- fixed add star to tweet error [#222](https://github.com/rocboss/paopao-ce/pull/222)

## 0.2.1

### Changed
Expand Down
2 changes: 1 addition & 1 deletion auto/api/v1/priv.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mirc/web/v1/priv.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type Priv struct {
DeleteTweet func(Delete, web.DeleteTweetReq) `mir:"/post"`

// StarTweet 动态点赞操作
StarTweet func(Post, web.StarTweetReq) web.StarTweetResp `mir:"/post/start"`
StarTweet func(Post, web.StarTweetReq) web.StarTweetResp `mir:"/post/star"`

// CollectionTweet 动态收藏操作
CollectionTweet func(Post, web.CollectionTweetReq) web.CollectionTweetResp `mir:"/post/collection"`
Expand Down

0 comments on commit d14db3c

Please sign in to comment.