]> git.mxchange.org Git - friendica.git/commit
Add exception when message is empty in FormatteNavNotification::createFromNotification
authorHypolite Petovan <hypolite@mrpetovan.com>
Tue, 15 Mar 2022 01:53:33 +0000 (21:53 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Tue, 15 Mar 2022 02:56:44 +0000 (22:56 -0400)
commit73c7b88fb2b25ddc1a5b4c04f2d70b86fefe2019
tree4563f316babcb1c0dd384a2c61d7cc9bfdf8bbf9
parentee60c96269b9884cd440eb96b96e860ef74b8181
Add exception when message is empty in FormatteNavNotification::createFromNotification

- Filter out message less notifications in Ping
src/Module/Notifications/Ping.php
src/Navigation/Notifications/Exception/NoMessageException.php [new file with mode: 0644]
src/Navigation/Notifications/Factory/FormattedNavNotification.php
src/Navigation/Notifications/ValueObject/FormattedNavNotification.php