mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 02:26:16 -06:00
assume not pending approval
This commit is contained in:
parent
e0440ca50e
commit
3d6b1e8088
1 changed files with 4 additions and 0 deletions
|
|
@ -78,6 +78,10 @@ func (p *Processor) Create(
|
|||
Sensitive: &form.Sensitive,
|
||||
CreatedWithApplicationID: application.ID,
|
||||
Text: form.Status,
|
||||
|
||||
// Assume not pending approval; this may
|
||||
// change when permissivity is checked.
|
||||
PendingApproval: util.Ptr(false),
|
||||
}
|
||||
|
||||
if form.Poll != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue