about summary refs log tree commit diff
path: root/src/screens/Profile/Header/ProfileHeaderLabeler.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2024-04-04 10:52:35 -0700
committerGitHub <noreply@github.com>2024-04-04 10:52:35 -0700
commitb26abf212efc0e50bf85a74d15bf7b5ce350cf5a (patch)
tree216ab213ea6db1b432495f72a63a4c5cf2c89db5 /src/screens/Profile/Header/ProfileHeaderLabeler.tsx
parent8b3017bca08a8178e03ed4a43ec614125db975a4 (diff)
downloadvoidsky-b26abf212efc0e50bf85a74d15bf7b5ce350cf5a.tar.zst
Enable tags on profile descriptions (close #3081) (#3397)
Diffstat (limited to 'src/screens/Profile/Header/ProfileHeaderLabeler.tsx')
-rw-r--r--src/screens/Profile/Header/ProfileHeaderLabeler.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/screens/Profile/Header/ProfileHeaderLabeler.tsx b/src/screens/Profile/Header/ProfileHeaderLabeler.tsx
index a93cda134..d8720c915 100644
--- a/src/screens/Profile/Header/ProfileHeaderLabeler.tsx
+++ b/src/screens/Profile/Header/ProfileHeaderLabeler.tsx
@@ -242,6 +242,8 @@ let ProfileHeaderLabeler = ({
                   style={[a.text_md]}
                   numberOfLines={15}
                   value={descriptionRT}
+                  enableTags
+                  authorHandle={profile.handle}
                 />
               </View>
             ) : undefined}