mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-01-26 17:44:45 +01:00
Adjust markPostAsRead to Lemmy 0.19.4
This commit is contained in:
parent
03c1792262
commit
ae125feae0
@ -3,11 +3,13 @@ package eu.toldi.infinityforlemmy.dto;
|
||||
public class ReadPostDTO {
|
||||
|
||||
private int post_id;
|
||||
private int[] post_ids;
|
||||
private boolean read;
|
||||
private String auth;
|
||||
|
||||
public ReadPostDTO(int post_id, boolean read, String auth) {
|
||||
this.post_id = post_id;
|
||||
this.post_ids = new int[]{post_id};
|
||||
this.read = read;
|
||||
this.auth = auth;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user