mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-22 06:37:30 +00:00
close #1743
This commit is contained in:
parent
98e1341424
commit
e26d9db6bf
@ -180,7 +180,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