deer social fork for personal usage. but you might see a use idk. github mirror
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

should be able to edit without needing a website now

ayla 6c0c7be2 e9509aa0

+1 -1
+1 -1
src/screens/Profile/Header/EditProfileDialog.tsx
··· 202 202 displayName: displayName.trimEnd(), 203 203 description: description.trimEnd(), 204 204 pronouns: pronouns.trimEnd().toLowerCase(), 205 - website: website.trimEnd().toLowerCase(), 205 + website: website !== '' ? website.trimEnd().toLowerCase() : undefined, 206 206 }, 207 207 newUserAvatar, 208 208 newUserBanner,