Hide label appeal on self-labeled posts (#2232)
* Hide appeal for self-labeled post, update copy * Use correct logic
This commit is contained in:
parent
38e65fbe75
commit
47ff3e8e3f
3 changed files with 7 additions and 3 deletions
|
@ -78,7 +78,7 @@ export async function createServer(
|
|||
})
|
||||
|
||||
const pic = fs.readFileSync(
|
||||
path.join(__dirname, '..', 'assets', 'default-avatar.jpg'),
|
||||
path.join(__dirname, '..', 'assets', 'default-avatar.png'),
|
||||
)
|
||||
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue