Fix for DMs being broken
This commit is contained in:
parent
6c9f5f12fe
commit
8bbc6c75d5
5 changed files with 89 additions and 60 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue