fediverse-devnet / feditest

A testing framework for distributed, heterogeneous systems communicating with complex protocols, such as the Fediverse
https://feditest.org/
MIT License
31 stars 6 forks source link

WordPress Node: include trailing slash in _userid_to_actor_uri #292

Open steve-bate opened 1 month ago

steve-bate commented 1 month ago

WordPress requires the trailing slash in the URI. This method doesn't include it.

I think it would be better to treat URIs and user names separately instead of trying to derive one from the other.

Related (inverse of): #283