Fix a bug where some channel updates would be lost Add channel name sanitization before storing in the database
14 lines
205 B
Rust
14 lines
205 B
Rust
gpui::actions!(
|
|
menu,
|
|
[
|
|
Cancel,
|
|
Confirm,
|
|
SecondaryConfirm,
|
|
SelectPrev,
|
|
SelectNext,
|
|
SelectFirst,
|
|
SelectLast,
|
|
ShowContextMenu
|
|
]
|
|
);
|