mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 15:06:30 +03:00
chore: use rustyline@4.1.0 for now (#128)
* switch to rustyline 4.1.0 * adapt highlight_prompt to 4.1.0 format * fix rust fmt
This commit is contained in:
committed by
dignifiedquire
parent
05e097baaa
commit
9a0a451999
@@ -83,12 +83,7 @@ pub unsafe fn dc_reset_tables(context: &Context, bits: i32) -> i32 {
|
||||
info!(context, 0, "(8) Rest but server config reset.");
|
||||
}
|
||||
|
||||
(context.cb)(
|
||||
context,
|
||||
Event::MSGS_CHANGED,
|
||||
0 as uintptr_t,
|
||||
0 as uintptr_t,
|
||||
);
|
||||
(context.cb)(context, Event::MSGS_CHANGED, 0 as uintptr_t, 0 as uintptr_t);
|
||||
|
||||
1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user