This commit is contained in:
Jan-Lukas Else 2020-11-11 08:28:29 +01:00
parent 2efb35d927
commit 64e7507f47
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ func (p *post) apPost() {
if !appConfig.ActivityPub.Enabled {
return
}
if p.Published == "" || p.firstParameter("section") == "" {
if p.Published == "" || p.Section == "" {
// No section, don't post
return
}