You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If you import a book with incorrect data (such as title or author) and click 'Read' immediately, thus creating a public post that says "[user] finished reading [wrong title]" then correcting the metadata afterward does not correct the line in the post.
To Reproduce
Steps to reproduce the behavior:
Search for a book with incorrect details in Title (as in the attached screenshot) and Import the book from OpenLibrary.
'Read' the book so as to create a public post that goes "[user] finished reading [wrong title]".
Change the title of the book manually and save.
Go back to the post to find the incorrect metadata is still imprinted in the post and even the URL in the a href value reflects the incorrect name (though it seems to redirect to the updated URL).
Expected behavior
Editing the book should update the erroenous titles everywhere it appears. I wonder if the line "[user] finished reading [...] by [...]" imports static values for title and author at the time of post creation (is there a way to update this en-masse when a book's metadata is updated)
Screenshots
Screenshot attached
Instance
Proust.One
Steps taken already to fix
I have tried refreshing redis activity streams
meowsoni
The text was updated successfully, but these errors were encountered:
Describe the bug
If you import a book with incorrect data (such as title or author) and click 'Read' immediately, thus creating a public post that says "[user] finished reading [wrong title]" then correcting the metadata afterward does not correct the line in the post.
To Reproduce
Steps to reproduce the behavior:
a href
value reflects the incorrect name (though it seems to redirect to the updated URL).Expected behavior
Editing the book should update the erroenous titles everywhere it appears. I wonder if the line "[user] finished reading [...] by [...]" imports static values for title and author at the time of post creation (is there a way to update this en-masse when a book's metadata is updated)
Screenshots
Screenshot attached
Instance
Proust.One
Steps taken already to fix
I have tried refreshing redis activity streams
meowsoni
The text was updated successfully, but these errors were encountered: