mirror of
https://0xacab.org/sutty/sutty
synced 2025-01-18 22:53:39 +00:00
fix: social inbox va despues de local
This commit is contained in:
parent
bf60726299
commit
745c4576de
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ require 'distributed_press/v1/social/client'
|
|||
# Publicar novedades al Fediverso
|
||||
class DeploySocialDistributedPress < Deploy
|
||||
# Solo luego de publicar remotamente
|
||||
DEPENDENCIES = %i[deploy_distributed_press deploy_rsync deploy_full_rsync].freeze
|
||||
DEPENDENCIES = %i[deploy_local deploy_distributed_press deploy_rsync deploy_full_rsync].freeze
|
||||
|
||||
# Envía las notificaciones
|
||||
def deploy(output: false)
|
||||
|
|
Loading…
Reference in a new issue