forked from MarseyWorld/MarseyWorld
Fix changelog channel messaging on draft publish.
parent
3150714c2e
commit
2efe5d1522
|
@ -102,7 +102,8 @@ def publish(pid, v):
|
|||
cache.delete_memoized(frontlist)
|
||||
cache.delete_memoized(User.userpagelisting)
|
||||
|
||||
send_changelog_message(post.permalink)
|
||||
if post.sub == 'changelog':
|
||||
send_changelog_message(post.permalink)
|
||||
|
||||
if SITE == 'watchpeopledie.co':
|
||||
send_wpd_message(post.permalink)
|
||||
|
|
Loading…
Reference in New Issue