Вывод title
Some checks are pending
Build rosetta-wss / build (push) Waiting to run

This commit is contained in:
RoyceDa
2026-03-30 19:17:32 +02:00
parent 855deaa48a
commit 1e00105d87

View File

@@ -177,6 +177,7 @@ public class MessageDispatcher {
{
put("type", PushType.READ);
put("dialog", toPublicKey);
put("title", user.getTitle());
}
});
return;
@@ -188,6 +189,7 @@ public class MessageDispatcher {
{
put("type", PushType.PERSONAL_MESSAGE);
put("dialog", fromPublicKey);
put("title", user.getTitle());
}
});
}