summaryrefslogtreecommitdiffstats
path: root/server/src/api/post.rs
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-08-21 22:17:15 -0700
committerDessalines <tyhou13@gmx.com>2019-08-21 22:17:15 -0700
commitb7e73a5559d05a8d06ef2e01f7382a90bb50f44f (patch)
treea12dfa7ed899170e022ec98f3b7f66675de0d9b2 /server/src/api/post.rs
parent512cde82ef4950bb0990adfea4f8b9657a2fe356 (diff)
View where a URL has been cross-posted to in the past
- This shows when creating a post, or when viewing a post. - Fixes #131
Diffstat (limited to 'server/src/api/post.rs')
-rw-r--r--server/src/api/post.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/api/post.rs b/server/src/api/post.rs
index 35363a17..c5985f46 100644
--- a/server/src/api/post.rs
+++ b/server/src/api/post.rs
@@ -254,6 +254,7 @@ impl Perform<GetPostsResponse> for Oper<GetPosts> {
data.community_id,
None,
None,
+ None,
user_id,
show_nsfw,
false,