nextcloud / social

🎉 Social can be used for work, or to connect to the fediverse!
https://apps.nextcloud.com/apps/social
GNU Affero General Public License v3.0
488 stars 59 forks source link

update details only #1779

Closed ArtificialOwl closed 1 year ago

ArtificialOwl commented 1 year ago

Doing an action like post, boost, like or follow update the entry in cache_actor with wrong data. This PR only update details/count during this action...

The result will fix the fact that display name get ignored (ie. updated in the cache with username) 'randomly'.

ArtificialOwl commented 1 year ago

/backport to stable27

backportbot-nextcloud[bot] commented 1 year ago

The backport to stable27 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable27
git pull origin stable27

# Create the new backport branch
git checkout -b fix/foo-stable27

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123

# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable27

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport