LukeBrandon / fluke

5 stars 0 forks source link

refactor(messages): nested messages inside of channels #42

Closed LukeBrandon closed 11 months ago

LukeBrandon commented 11 months ago

Description of changes:

FlynnOConnell commented 11 months ago

@LukeBrandon unfortunately, you didn't run cargo sqlx prepare before this commit. We need that command to enable building in sqlx offline mode using the query! macros.

See here for more information!

LukeBrandon commented 11 months ago

I need to fix the routing issue that is happening with conflicting urls

FlynnOConnell commented 11 months ago

looks swell