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

bug(feed): reactions only show up on post details page #1374

Closed
n0izn0iz opened this issue Nov 16, 2024 · 3 comments · Fixed by #1396
Closed

bug(feed): reactions only show up on post details page #1374

n0izn0iz opened this issue Nov 16, 2024 · 3 comments · Fixed by #1396
Assignees
Labels
bug Something isn't working Social Feed Everything related to the Social Feed

Comments

@n0izn0iz
Copy link
Collaborator

n0izn0iz commented Nov 16, 2024

Feed page:
Screenshot 2024-11-16 at 22 57 57

Post page (https://app.teritori.com/feed/post/tori-707b16ab-3395-46f5-918b-0456af5d65ec):
Screenshot 2024-11-16 at 22 58 15

@n0izn0iz
Copy link
Collaborator Author

n0izn0iz commented Nov 16, 2024

indexer log:

2024-11-16T21:52:13.655Z	DEBUG	indexerhandler/handle.go:205	wasm	{"action": "react_post", "contract": "tori1lxf8agg0wd2m7n2ultl0yx337jw23puh0mlkkw5vhtnkkfettwfqya7kpp", "height": 11569786}
2024-11-16T21:52:15.733Z	INFO	teritori-indexer/main.go:291	indexing [11569786, ∞]	{"strategy": "tail", "lptxh": "D0FC0D245632CD1156009C14A09DFF837F52ACCA8AFB0438111EAED9BF6213DB"}

@n0izn0iz
Copy link
Collaborator Author

tx seem ok (no global post id like in #1347)

{
  "react_post": {
    "icon": "😇",
    "identifier": "707b16ab-3395-46f5-918b-0456af5d65ec",
    "up": true
  }
}

@n0izn0iz n0izn0iz added bug Something isn't working Social Feed Everything related to the Social Feed labels Nov 16, 2024
@WaDadidou WaDadidou self-assigned this Nov 18, 2024
@WaDadidou
Copy link
Collaborator

WaDadidou commented Nov 18, 2024

Precision: It works with Gno

Update: PR made

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Social Feed Everything related to the Social Feed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants