discord_embed: Post now auto-skips /health xD
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
This commit is contained in:
parent
a13ac57bc8
commit
b8ed6a1c99
1 changed files with 10 additions and 7 deletions
|
@ -104,13 +104,16 @@ export default class IndexPost {
|
|||
|
||||
if (!error) {
|
||||
try {
|
||||
let params = [
|
||||
ctx.state.video,
|
||||
ctx.state.image,
|
||||
ctx.req.ip,
|
||||
]
|
||||
let res = await ctx.db.safeCallProc('discord_embed.link_add', params)
|
||||
let id = AlphabeticID.encode(res.first[0].id + 3843)
|
||||
let id = 'health'
|
||||
while (id === health) {
|
||||
let params = [
|
||||
ctx.state.video,
|
||||
ctx.state.image,
|
||||
ctx.req.ip,
|
||||
]
|
||||
let res = await ctx.db.safeCallProc('discord_embed.link_add', params)
|
||||
id = AlphabeticID.encode(res.first[0].id + 3843)
|
||||
}
|
||||
redirect = `${this.frontend}/${id}`
|
||||
}
|
||||
catch (err) {
|
||||
|
|
Loading…
Reference in a new issue