Fix: Use Visibility pub here, to be backwards compatible
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
e0f38240b7
commit
6dcffc0802
|
@ -1,7 +1,7 @@
|
|||
use isolang::Language;
|
||||
use serde::Serialize;
|
||||
|
||||
use mastodon_async_entities::visibility::Visibility;
|
||||
pub use mastodon_async_entities::visibility::Visibility;
|
||||
|
||||
/// A builder pattern struct for constructing a status.
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue