Fix for DMs being broken

This commit is contained in:
Thomas Mathews 2023-03-23 19:19:15 -07:00
parent 6c9f5f12fe
commit 8bbc6c75d5
5 changed files with 89 additions and 60 deletions

View file

@ -33,6 +33,7 @@ function model_process_event(model, relay, ev) {
fn = model_process_event_reaction;
break;
case KIND_DM:
fetch_profile = true;
fn = model_process_event_dm;
break;
}