Skip to content

Commit 477cb62

Browse files
FederationLink: use a better name in tables
1 parent a9a0f06 commit 477cb62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/responses.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2083,6 +2083,7 @@ pub struct FederationLink {
20832083
pub uri: String,
20842084
pub status: String,
20852085
#[serde(rename = "type")]
2086+
#[cfg_attr(feature = "tabled", tabled(rename = "type"))]
20862087
pub typ: FederationType,
20872088
pub upstream: String,
20882089
#[cfg_attr(feature = "tabled", tabled(display = "display_option"))]

0 commit comments

Comments
 (0)