Merge branch 'deprecate-subscribe' into 'develop'
Use /api/v1/accounts/:id/follow for account subscriptions instead of the deprecated routes See merge request pleroma/pleroma-fe!1931
This commit is contained in:
commit
7e92c4c1a3
4 changed files with 5 additions and 15 deletions
|
|
@ -208,7 +208,7 @@
|
|||
/>
|
||||
<template v-if="relationship.following">
|
||||
<ProgressButton
|
||||
v-if="!relationship.subscribing"
|
||||
v-if="!relationship.notifying"
|
||||
class="btn button-default"
|
||||
:click="subscribeUser"
|
||||
:title="$t('user_card.subscribe')"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue