Hyphenated subdomain appears to not be working in search #297
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#297
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi! I just installed Akkoma 3.4.0 and it's been awesome so far - thanks for creating this.
I am starting to follow people on my new account and have whitelisted all the domains of my follows in the Admin-FE. One of them is word-word.domain.tld and in search I cannot find either of the 2 users. I tried also whitelisting domain.tld and asterisk.domain.tld but still no dice. I have another follow with a subdomain word.domain.tld that worked fine, so I was thinking maybe the hyphen is what's preventing it from working.
Edit: I was able to see the user's profile when I tagged him from my current account and tagged the new account in the same message. He was able to get my follow request and I got his, so now I am wondering if the search is what disliked the hyphen. He does come up in search now that we're connected.
Hyphenated subdomain appears to not be working in whitelist modeto Hyphenated subdomain appears to not be working in searchthis may have been an initial federation issue - were you searching by
nickname@domain.com
?that typically won't work for first-time fetches, you'd have to search by
https://domain.com/@nickname
orhttps://domain.com/users/nickname
(depending on software)Ahhh thank you - I did search @name@domain.tld so this is super helpful for going forward. I'll mark this closed, thanks again!