TERITORI / teritori-dapp

Teritori All-in-one dApp
24 stars 17 forks source link

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

Open n0izn0iz opened 2 hours ago

n0izn0iz commented 2 hours ago

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 commented 2 hours ago

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 commented 2 hours ago

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

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