UX: Update default path to users assigned topics (#56)

The old default path is not showing up all assigned topics if user has
muted categories or tags.
This commit is contained in:
Dan Ungureanu 2019-11-19 23:46:25 +02:00 committed by Sam
parent 8b36f31034
commit 39e50ad65a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ plugins:
unassign_on_group_archive: false
assigns_user_url_path:
client: true
default: "/latest?assigned={username}"
default: "u/{username}/activity/assigned"
assign_mailer_enabled: false
remind_assigns_frequency:
client: true