diff options
| author | default <nobody@localhost> | 2024-10-08 17:37:15 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-10-08 17:37:15 +0200 |
| commit | 387964944a4de2468114549e0ba13436a03eaf29 (patch) | |
| tree | 23e7ff709a992fdfb46677176c4bf5bcdec9dfa2 /data.c | |
| parent | 26a808c8914855890667b5847e82d9f20a2bcf94 (diff) | |
More migration work.
Diffstat (limited to 'data.c')
| -rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2948,7 +2948,7 @@ void enqueue_output_by_actor(snac *snac, const xs_dict *msg, const xs_str *actor, int retries) /* enqueues an output message for an actor */ { - xs *inbox = get_actor_inbox(actor); + xs *inbox = get_actor_inbox(actor, 1); if (!xs_is_null(inbox)) enqueue_output(snac, msg, inbox, retries, 0); |