Release 2.34.5

This commit is contained in:
tom79 2020-04-15 14:16:06 +02:00
parent 6129017f90
commit b7c97e2a37
1 changed files with 1 additions and 0 deletions

View File

@ -1771,6 +1771,7 @@ public class GNUAPI {
Notification notification = new Notification();
notification.setType(stringType);
notification.setId(st.getId());
Status.fillSpan(context, st);
notification.setStatus(st);
notification.setAccount(st.getAccount());
notifications.add(notification);