1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-01 10:14:28 +00:00
This commit is contained in:
Jan-Lukas Else 2020-11-11 08:28:29 +01:00
parent 2efb35d927
commit 64e7507f47

View File

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