decentralised message store

refactor: redo error message

serenity bc5902ee 528c8c4a

Changed files
+1 -1
src
lib
handlers
+1 -1
src/lib/handlers/connect.ts
···
if (!messagesResult.ok) {
console.error(messagesResult.error);
throw new Error(
-
"Channel history function returned 0 results.",
+
"Something went wrong when trying to get messages from the DB. Check the schema and the connection?",
);
}
const historyMessage: HistoryMessage = {