mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 21:06:31 +03:00
make stock_string_repl_str2() public as the other members
This commit is contained in:
committed by
holger krekel
parent
c8d296ea0e
commit
469f8ac31d
@@ -192,7 +192,7 @@ impl Context {
|
|||||||
/// placeholders with the string in `insert` and does the same for
|
/// placeholders with the string in `insert` and does the same for
|
||||||
/// `%2$s`, `%2$d` and `%2$@` for `insert2`.
|
/// `%2$s`, `%2$d` and `%2$@` for `insert2`.
|
||||||
/// (the `%1$@` variant is used on iOS, the other are used on Android and Desktop)
|
/// (the `%1$@` variant is used on iOS, the other are used on Android and Desktop)
|
||||||
fn stock_string_repl_str2(
|
pub fn stock_string_repl_str2(
|
||||||
&self,
|
&self,
|
||||||
id: StockMessage,
|
id: StockMessage,
|
||||||
insert: impl AsRef<str>,
|
insert: impl AsRef<str>,
|
||||||
|
|||||||
Reference in New Issue
Block a user