pseudonames

This commit is contained in:
tonyrewin 2022-11-23 08:28:41 +03:00
parent 817d2e2d74
commit 3d2224e7f2

View File

@ -12,7 +12,15 @@ interface StatMetricsProps {
}
const pseudonames = {
comments: 'discussions'
// topics: 'topics' # amount of topics for community💥
followed: 'followers',
followers: 'followers',
reacted: 'involvings',
reactions: 'involvings',
commented: 'discoussions',
comments: 'discussions',
shouts: 'posts',
authors: 'authors'
}
const nos = (s) => s.slice(0, -1)