diff options
author | Chocobozzz <me@florianbigard.com> | 2019-06-07 10:56:59 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-06-07 10:57:33 +0200 |
commit | 3ddb1ec5553167b0b1cb852e906a691ea65522a4 (patch) | |
tree | 87d0b2aea74f3a3025722b78eda3a3e1541d4492 /client/src/app/shared/user-subscription/subscribe-button.component.html | |
parent | 88ebb4331092c04f09c453fddafffc80ba0dd7e0 (diff) | |
download | PeerTube-3ddb1ec5553167b0b1cb852e906a691ea65522a4.tar.gz PeerTube-3ddb1ec5553167b0b1cb852e906a691ea65522a4.tar.zst PeerTube-3ddb1ec5553167b0b1cb852e906a691ea65522a4.zip |
Try to fix remote mastodon interactions
Diffstat (limited to 'client/src/app/shared/user-subscription/subscribe-button.component.html')
-rw-r--r-- | client/src/app/shared/user-subscription/subscribe-button.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/shared/user-subscription/subscribe-button.component.html b/client/src/app/shared/user-subscription/subscribe-button.component.html index dbf6a34f0..d32647b42 100644 --- a/client/src/app/shared/user-subscription/subscribe-button.component.html +++ b/client/src/app/shared/user-subscription/subscribe-button.component.html | |||
@@ -41,7 +41,7 @@ | |||
41 | </button> | 41 | </button> |
42 | 42 | ||
43 | <button class="dropdown-item" i18n>Subscribe with a Mastodon account:</button> | 43 | <button class="dropdown-item" i18n>Subscribe with a Mastodon account:</button> |
44 | <my-remote-subscribe showHelp="true" account="{{ uriAccount }}"></my-remote-subscribe> | 44 | <my-remote-subscribe showHelp="true" [uri]="channelUri"></my-remote-subscribe> |
45 | 45 | ||
46 | <div class="dropdown-divider"></div> | 46 | <div class="dropdown-divider"></div> |
47 | 47 | ||
@@ -50,4 +50,4 @@ | |||
50 | 50 | ||
51 | </div> | 51 | </div> |
52 | </div> | 52 | </div> |
53 | </div> \ No newline at end of file | 53 | </div> |