diff options
author | Chocobozzz <me@florianbigard.com> | 2021-01-14 14:13:23 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-01-15 10:49:10 +0100 |
commit | d43c6b1ffc5e6c895f9e9f9de6625f17a9755c20 (patch) | |
tree | 6bdcbe9893574e0b5a41c4854c7f986f346ba761 /client/src/app/+videos | |
parent | b0a9743af0273835cdf594431a774c0f7d46b539 (diff) | |
download | PeerTube-d43c6b1ffc5e6c895f9e9f9de6625f17a9755c20.tar.gz PeerTube-d43c6b1ffc5e6c895f9e9f9de6625f17a9755c20.tar.zst PeerTube-d43c6b1ffc5e6c895f9e9f9de6625f17a9755c20.zip |
Implement remote interaction
Diffstat (limited to 'client/src/app/+videos')
-rw-r--r-- | client/src/app/+videos/+video-watch/comment/video-comment-add.component.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/client/src/app/+videos/+video-watch/comment/video-comment-add.component.html b/client/src/app/+videos/+video-watch/comment/video-comment-add.component.html index ca9cd863b..fdefed09a 100644 --- a/client/src/app/+videos/+video-watch/comment/video-comment-add.component.html +++ b/client/src/app/+videos/+video-watch/comment/video-comment-add.component.html | |||
@@ -57,13 +57,9 @@ | |||
57 | </div> | 57 | </div> |
58 | <div class="modal-body"> | 58 | <div class="modal-body"> |
59 | <span i18n> | 59 | <span i18n> |
60 | You can comment using an account on any ActivityPub-compatible instance. | 60 | You can comment using an account on any ActivityPub-compatible instance (PeerTube/Mastodon/Pleroma account for example). |
61 | On most platforms, you can find the video by typing its URL in the search bar and then comment it | ||
62 | from within the software's interface. | ||
63 | </span> | ||
64 | <span i18n> | ||
65 | If you have an account on Mastodon or Pleroma, you can open it directly in their interface: | ||
66 | </span> | 61 | </span> |
62 | |||
67 | <my-remote-subscribe [interact]="true" [uri]="getUri()"></my-remote-subscribe> | 63 | <my-remote-subscribe [interact]="true" [uri]="getUri()"></my-remote-subscribe> |
68 | </div> | 64 | </div> |
69 | <div class="modal-footer inputs"> | 65 | <div class="modal-footer inputs"> |