Uh oh!
There was an error while loading. Please reload this page.
[PAY-3201] Fix chat blast reactions - #9487
Conversation
|
| // Get a chat message | ||
| const chatMessage = ` | ||
| select message_id, chat_id, user_id, created_at, ciphertext from chat_message where chat_id = $1 and message_id = $2 | ||
| SELECT chat_message.message_id, chat_message.chat_id, chat_message.user_id, chat_message.created_at, |
There was a problem hiding this comment.
Does this need is_plaintext or anything?
There was a problem hiding this comment.
afaict this is only used in validateChatReact in validator.go so i don't think so
[b914ade] [PAY-2918] Migrate tracks endpoints to SDK - round 1 (#9474) Randy Schott [b53b774] [PAY-3201] Fix chat blast reactions (#9487) Reed [bfaa536] Enabling blocking users from commenting (#9469) Isaac Solo [5944ced] [PAY-3358] Fire chat message RPCs on blast write (#9476) Reed [d4de8a1] [PAY-3299] Chat blast sender endpoints (#9473) Steve Perkins
Description
Forgot to join on
chat_blastin this one place.How Has This Been Tested?