Skip to content

Commit 0311687

Browse files
committed
feat: add system_tags to user profile
- Added `system_tags` field to the user profile, allowing for an array of strings to enhance user categorization and tagging capabilities.
1 parent 1ee03cb commit 0311687

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/algora/accounts/accounts.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ defmodule Algora.Accounts do
160160
avatar_url: u.avatar_url,
161161
bio: u.bio,
162162
system_bio: u.system_bio,
163+
system_tags: u.system_tags,
163164
location: u.location,
164165
country: u.country,
165166
tech_stack: u.tech_stack,

0 commit comments

Comments
 (0)