diff --git a/src/MatrixEventHandler.c b/src/MatrixEventHandler.c index f8dddc5..cfd3ddf 100644 --- a/src/MatrixEventHandler.c +++ b/src/MatrixEventHandler.c @@ -262,9 +262,6 @@ ParseeMessageHandler(ParseeData *data, HashMap *event) chat_id = ParseeGetFromRoomID(data, id); - /* TODO: This ref should be marked as read-only, - * as LMDB doesn't seem to like having two concurrent RW - * transactions running. */ ref = DbLockIntent(data->db, DB_HINT_READONLY, 3, "rooms", id, "data"); json = DbJson(ref); direct = JsonValueAsBoolean(HashMapGet(json, "is_direct")); diff --git a/src/Routes/Root.c b/src/Routes/Root.c index 578dc20..56e462e 100644 --- a/src/Routes/Root.c +++ b/src/Routes/Root.c @@ -41,6 +41,7 @@ GetRandomQuote(void) "We truly live in a " CODE "...", "You truly lack the Desire Drive for this!", "Eeh? Bifrost mode? Only bad servers use Bifrost mode!", + "'Wow parsee can save the world' - said a wise guy", "As small as a dwarf, and can run on your pie!", "It's all wicked unsafe, memory slow 🚀🚀🚀🚀",