Nedjo Rogers
Nedjo Rogers
@philippejadin I'm interested in this area and happy to help out in some capacity alongside the ActivityPub integration work I'm starting into for Drupal. Given there are lots of ActivityPub...
> At least the event subscriber system should be used. Let's draft it :-) Sounds good! Retitling to focus on goals.
Hmm. An advantage of a global setting is there's no requirement to set per-group. Once you've selected your global, new groups by default get it. It's a pattern used by,...
Here are some rough and untested ideas. Add a field `users.notification_interval` Add a notifications select to the user profile edit form, with valid values the same as currently for `membership.notification_interval`....
As for the accompanying migration.... At the simplest, it would simply choose a sensible default value for `users.notification_interval` and set that for all existing users. A more nuanced migration might...
Thinking more about this... Currently the `membership.notification_interval` field controls two questions: _whether_ a user is notified; and, if so, how often. We have various forms of notification. There's the user...
@drnikki @patcon thx for the tips and ideas!
Ours is not the only use case, so probably need to post a stand-alone Webfinger module.
I've posted a first alpha release of a Webfinger module, https://www.drupal.org/project/webfinger. To integrate, we'll register an event subscriber similar to the one in the Webfinger module, https://git.drupalcode.org/project/webfinger/blob/8.x-1.x/src/EventSubscriber/WebfingerProfileSubscriber.php.
This is similar to, and could potentially be modelled on, the media upload support in the Drupal core JSON:API module.