Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notifications: Wrong author for Timeline post notification. #2001

Closed
AntonLV opened this issue Mar 5, 2019 · 3 comments
Closed

Notifications: Wrong author for Timeline post notification. #2001

AntonLV opened this issue Mar 5, 2019 · 3 comments
Assignees
Milestone

Comments

@AntonLV
Copy link
Contributor

AntonLV commented Mar 5, 2019

  1. User1 follows User2.
  2. User3 makes a direct post on User2's timeline.
  3. User1 receive such notifications:
    3.1. User2 added a timeline post 'Another test post fr...'
    3.2. New post 'Another test post fr...' in User2 profile timeline
    Both notifications have thumbnail of User2.
@AntonLV AntonLV added the bug label Mar 5, 2019
@AntonLV AntonLV added this to the 9.1.0 milestone Mar 5, 2019
@AntonLV AntonLV self-assigned this Mar 5, 2019
@AntonLV
Copy link
Contributor Author

AntonLV commented Mar 11, 2019

Related issue:
Timeline owner doesn't receive a notification when his timeline received a new Direct post.

AntonLV added a commit that referenced this issue Mar 11, 2019
@AntonLV
Copy link
Contributor Author

AntonLV commented Mar 11, 2019

Execute the following query in the next update script:

UPDATE `bx_notifications_events` SET `content`=REPLACE(`content`, 's:8:"lang_key";s:34:"_bx_timeline_ntfs_txt_object_added";', 's:8:"lang_key";s:0:"";') WHERE `content` LIKE '%_bx_timeline_ntfs_txt_object_added%';

@AntonLV AntonLV changed the title Notifications: Wrong author for Timeline post notification. [on update] Notifications: Wrong author for Timeline post notification. Mar 11, 2019
@andreyasko andreyasko changed the title [on update] Notifications: Wrong author for Timeline post notification. Notifications: Wrong author for Timeline post notification. Jun 17, 2019
@AntonLV
Copy link
Contributor Author

AntonLV commented Jun 18, 2019

Added in update script.

@AntonLV AntonLV closed this as completed Jun 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants