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
If you want to load more than 30 messages, but you don't want it to take a while and you create a recursive function to fetch and display messages. If a reply type is referenced to a message from 30+ messages ago, that message will not be found. Be able to look up the single message so data can be fetched and referenced.
Current Limitations
Need an efficient way to fetch messages quickly but also find references to messages that might not be included in chat.history.
The text was updated successfully, but these errors were encountered:
Proposal name
Fetch one message
Describe the Proposal
Fetch one message using chatId and cid.
Use Case
If you want to load more than 30 messages, but you don't want it to take a while and you create a recursive function to fetch and display messages. If a reply type is referenced to a message from 30+ messages ago, that message will not be found. Be able to look up the single message so data can be fetched and referenced.
Current Limitations
Need an efficient way to fetch messages quickly but also find references to messages that might not be included in chat.history.
The text was updated successfully, but these errors were encountered: