mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-24 23:57:30 +00:00
close #1474
This commit is contained in:
parent
3032a388f0
commit
bdad254f5d
@ -137,7 +137,7 @@ public class NewsService {
|
|||||||
u.isVerified()
|
u.isVerified()
|
||||||
),
|
),
|
||||||
9999,
|
9999,
|
||||||
u.getProfilePicId() // placeholder
|
String.valueOf(u.getPk()) // placeholder
|
||||||
);
|
);
|
||||||
})
|
})
|
||||||
.collect(Collectors.toList());
|
.collect(Collectors.toList());
|
||||||
|
Loading…
Reference in New Issue
Block a user