Notifiche rigenerate esaminando le azioni

Hmm, i plugin rilevanti sono onesignal, push-notifications e follow.

@outofthebox penso che questo sia correlato

L’utente che ha creato il post (utente #15356) che genera la notifica per l’utente che la riceve ripetutamente (utente #956) è:

  • sta seguendo l’utente che riceve la notifica
  • è seguito da un utente che non esiste (utente #16229)

:

 select user_id, name, value from user_custom_fields where user_id=15356;
 user_id |     name     |         value          
---------+--------------+------------------------
   15356 | followers    | 16229 --> questo utente non esiste
   15356 | following    | 56,0
   15356 | following    | 956,0 --> l'utente che riceve la notifica
2 Mi Piace