From b7e73a5559d05a8d06ef2e01f7382a90bb50f44f Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 21 Aug 2019 22:17:15 -0700 Subject: 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 --- server/src/api/post.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'server/src/api/post.rs') 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 for Oper { data.community_id, None, None, + None, user_id, show_nsfw, false, -- cgit v1.2.3