File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -159,7 +159,8 @@ function openStatusModal() {
159159 class="user-actions__primary"
160160 :href =" primaryAction .target "
161161 :icon =" primaryAction .icon "
162- :target =" primaryAction .id === ' phone' ? ' _self' : ' _blank' " >
162+ :target =" primaryAction .id === ' phone' ? ' _self' : ' _blank' "
163+ :rel =" primaryAction .id === ' fediverse' ? ' me' : undefined " >
163164 <template #icon >
164165 <!-- Fix for https://github.com/nextcloud-libraries/nextcloud-vue/issues/2315 -->
165166 <img :src =" primaryAction.icon" alt =" " class =" user-actions__primary__icon" >
@@ -172,7 +173,8 @@ function openStatusModal() {
172173 :key =" action .id "
173174 :closeAfterClick =" true "
174175 :href =" action .target "
175- :target =" action .id === ' phone' ? ' _self' : ' _blank' " >
176+ :target =" action .id === ' phone' ? ' _self' : ' _blank' "
177+ :rel =" primaryAction .id === ' fediverse' ? ' me' : undefined " >
176178 <template #icon >
177179 <!-- Fix for https://github.com/nextcloud-libraries/nextcloud-vue/issues/2315 -->
178180 <img :src =" action.icon" alt =" " class =" user-actions__other__icon" >
You can’t perform that action at this time.
0 commit comments