mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 20:44:34 +00:00
only show polls from explorable users
This commit is contained in:
parent
3c949f0b81
commit
f01dc57ec9
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
|
||||||
.leftJoinAndSelect('note.reply', 'reply')
|
.leftJoinAndSelect('note.reply', 'reply')
|
||||||
.leftJoinAndSelect('renote.user', 'renoteUser')
|
.leftJoinAndSelect('renote.user', 'renoteUser')
|
||||||
.leftJoinAndSelect('reply.user', 'replyUser')
|
.leftJoinAndSelect('reply.user', 'replyUser')
|
||||||
|
.andWhere('user.isExplorable = TRUE')
|
||||||
;
|
;
|
||||||
|
|
||||||
if (me) {
|
if (me) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue