1
0
Fork 0

feat(org): Handle author claims for posts

This commit is contained in:
joostdecock 2024-02-25 16:01:03 +01:00
parent 46f884de69
commit 9610d7d11b
3 changed files with 180 additions and 24 deletions

View file

@ -47,7 +47,7 @@ const types = [
'other',
]
const userCard = (id) =>
export const userCard = (id) =>
`[![User ${id}](${config.backend}/users/${id}/card)](https://next.freesewing.org/users/${id})`
const templates = {