Skip to content

Commit

Permalink
Fixed reports docs
Browse files Browse the repository at this point in the history
See PR #453
  • Loading branch information
leobragaz authored May 31, 2021
1 parent 5a4effa commit 0d550c9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `MsgReportPost`
This message allows you to report a post. If you want to know more about the `Report` type, you can do so inside
the [`Report` type documentation page](../../../types/staging/reports/report.md).
the [`Report` type documentation page](../../../types/staging/posts/report.md).

## Structure
```json
Expand Down
2 changes: 1 addition & 1 deletion docs/developers/perform-transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ transactions for the Desmos chain.
* [`MsgCreatePost`](msgs/staging/posts/create-post.md): allows you to create a new post or a comment for an existing
post.
* [`MsgEditPost`](msgs/staging/posts/edit-post.md): allows you to edit a previously created post message.
* [`MsgReportPost`](msgs/staging/reports/report-post.md): allows you to report an existing post.
* [`MsgReportPost`](msgs/staging/posts/report-post.md): allows you to report an existing post.
* [`MsgAddPostReaction`](msgs/staging/posts/add-post-reaction.md): allows you to add a reaction to an existing post.
* [`MsgRemovePostReaction`](msgs/staging/posts/remove-post-reaction.md): allows you to remove a reaction from a post.
* [`MsgAnswerPoll`](msgs/staging/posts/answer-poll.md): allows you to answer a post's poll.
Expand Down
5 changes: 1 addition & 4 deletions docs/developers/query-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ read the data stored inside it. Here you will find a list of all the query endpo
- [Query the stored posts](queries/staging/posts.md)
- [Query the post's poll answers](queries/staging/poll-answers.md)
- [Query registered reactions](queries/staging/reactions.md)

## Reports

- [Query the post's related reports](queries/staging/reports.md)
- [Query the post's reports](queries/staging/reports.md)

## Modules Parameters
- [Query parameters](queries/staging/params.md)
2 changes: 1 addition & 1 deletion docs/developers/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Following you can find all the custom types that are used to represent the data

## Reports

- [Report](types/staging/reports/report.md)
- [Report](types/staging/posts/report.md)

## Modules Parameters

Expand Down

0 comments on commit 0d550c9

Please sign in to comment.