show more succinct info in feed, targeted toward user's visibility

This commit is contained in:
2024-02-19 19:43:55 -07:00
parent 783b38df65
commit 3eda5f6b5d
6 changed files with 169 additions and 87 deletions

View File

@@ -868,7 +868,7 @@ export default class ContactsView extends Vue {
(contact.name || "That unnamed person") +
" has been registered.",
},
-1,
5000,
);
}
} catch (error) {
@@ -1190,7 +1190,7 @@ export default class ContactsView extends Vue {
title: "Done",
text: "Successfully logged time to the server.",
},
-1,
5000,
);
if (fromDid === identity.did) {