mirror of
https://github.com/youwen5/iamb.git
synced 2025-08-04 11:38:28 -07:00
Recognise URLs in plain text message bodies (#476)
This commit is contained in:
parent
34d3b844af
commit
ec88f4441e
5 changed files with 29 additions and 6 deletions
|
@ -72,6 +72,7 @@ mod state;
|
|||
|
||||
pub use self::compose::text_to_message;
|
||||
use self::state::{body_cow_state, html_state};
|
||||
pub use html::TreeGenState;
|
||||
|
||||
type ProtocolPreview<'a> = (&'a Protocol, u16, u16);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue