Any suggestions on getting relationship data back ...
# help
d
Any suggestions on getting relationship data back from a real time event? For example I am listening for new messages and messages has an author relationship. Not sure how to go about getting that author data through real time.
n
Hello @DeadlyDev! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
g
You would need to do a select call back to the database, or include the info in the table rows being monitored by realtime.
n
DeadlyDev (2022-04-12)