This commit is contained in:
@@ -177,6 +177,7 @@ public class MessageDispatcher {
|
|||||||
{
|
{
|
||||||
put("type", PushType.READ);
|
put("type", PushType.READ);
|
||||||
put("dialog", toPublicKey);
|
put("dialog", toPublicKey);
|
||||||
|
put("title", user.getTitle());
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
@@ -188,6 +189,7 @@ public class MessageDispatcher {
|
|||||||
{
|
{
|
||||||
put("type", PushType.PERSONAL_MESSAGE);
|
put("type", PushType.PERSONAL_MESSAGE);
|
||||||
put("dialog", fromPublicKey);
|
put("dialog", fromPublicKey);
|
||||||
|
put("title", user.getTitle());
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user