Every once in awhile I check in on where the ActivityPub plugin is at and I saw a reference to ACTIVITYPUB_SINGLE_USER_MODE. What does that do, exactly? Thanks.
The ACTIVITYPUB_SINGLE_USER_MODE constant can be used to control the setting that was added in version 1.0.0 of the plugin, allowing you to enable 2 types of federation:
Profiles for each author of the site (this was the only option until 1.0.0 was released), i.e. “single user” mode.
A general profile for all the posts published on your blog, regardless of the author, i.e. “blog user” mode.
If you enable the ACTIVITYPUB_SINGLE_USER_MODE constant, you force option 1 on your site.
I assume in blog mode it gets a username somehow based upon the blog name or something? Is there any way to have it run in blog mode but if you’re a single-user blog use your username?
This reply was modified 2 years, 7 months ago by Anonymous User 17976131.
This reply was modified 2 years, 7 months ago by Anonymous User 17976131.
I assume in blog mode it gets a username somehow based upon the blog name or something? Is there any way to have it run in blog mode but if you’re a single-user blog use your username?
Let me extend my screenshot above, it will answer all your questions.
You get to pick the username you want to use in blog mode.
When setting up the plugin, you decide whether you want to enable a profile for the author(s), a profile for the blog, or both.