Issue #3083980 by chmez: Push notifications provider (#12)
This reintroduces a commit that was released a bit too soon. * Revert "Revert "Issue #3083980 by chmez: Push notifications provider" (#11)" This reverts commit f64d6788. This can be added again when Open Social 7.2 is released. * Fix Open Social dependency name It's either goalgorilla/open_social or drupal/social (preferred) but nothing in between. Prefer the one from drupal.org because it works without adding a git repository to the composer.json. * Fix package name For drupal.org packages we should be using the drupal namespace which is properly resolved in Drupal composer projects. * Issue #3083980 by chmez: Add the description field to the "pwa_push" plugin. Co-authored-by: Oleksandr Horbatiuk <oleksandr.horbatiuk@lemberg.co.uk>
Showing
- composer.json 2 additions, 1 deletioncomposer.json
- modules/activity_send_push/src/MessageTemplatesOverrides.php 2 additions, 1 deletionmodules/activity_send_push/src/MessageTemplatesOverrides.php
- social_pwa.info.yml 2 additions, 1 deletionsocial_pwa.info.yml
- social_pwa.install 9 additions, 0 deletionssocial_pwa.install
- social_pwa.module 0 additions, 139 deletionssocial_pwa.module
- src/Plugin/Push/PwaPush.php 211 additions, 0 deletionssrc/Plugin/Push/PwaPush.php
Loading
Please register or sign in to comment