From 2e47091e6e651262ad0c3a404611a404e64f04e4 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Wed, 18 Nov 2020 19:09:19 -0700 Subject: [PATCH] Update Help Center, add direct message section --- resources/views/site/help.blade.php | 10 +-- resources/views/site/help/dm.blade.php | 101 ++++++++++++++++++++----- 2 files changed, 87 insertions(+), 24 deletions(-) diff --git a/resources/views/site/help.blade.php b/resources/views/site/help.blade.php index 13b5edfff..6d0955779 100644 --- a/resources/views/site/help.blade.php +++ b/resources/views/site/help.blade.php @@ -100,22 +100,22 @@ - {{--
+ --}} +
{{--
diff --git a/resources/views/site/help/dm.blade.php b/resources/views/site/help/dm.blade.php index ca874e74e..62f0cbc7f 100644 --- a/resources/views/site/help/dm.blade.php +++ b/resources/views/site/help/dm.blade.php @@ -2,25 +2,88 @@ @section('section') -
-

Direct Messages

+
+

{{__('helpcenter.directMessages')}}

+
+
+

Send and recieve direct messages from other profiles.

+
+

+ +

+
+

Pixelfed Direct lets you send messages to another account. You can send the following things as a message on Pixelfed Direct:

+
    +
  • + Photos or videos you take or upload from your library +
  • +
  • + Posts you see in feed +
  • +
  • + Profiles +
  • +
  • + Text +
  • +
  • + Hashtags +
  • +
  • + Locations +
  • +
+

To see messages you've sent with Pixelfed Direct, tap in the top right of feed. From there, you can manage the messages you've sent and received.

+

Photos or videos sent with Pixelfed Direct can't be shared through Pixelfed to other sites like Mastodon or Twitter, and won't appear on hashtag and location pages.

+
-
-
-
-
-
-
- -
-
-
-
-

This page isn't available

-

We haven't finished it yet, it will be updated soon!

-
-
-
-
+

+{{--

+ +

+
+ +
+

--}} +

+ +

+
+ You can click the message and select the Delete option. +
+
+

+

+ +

+
+ You can send a message to someone you are not following though it may be sent to their filtered inbox and not easily seen. +
+
+

+

+ +

+
+ You can click the message and then select the Report option and follow the instructions on the Report page. +
+
+

+ @endsection