common: Add link to matrix-doc issue for ProtocolInstance's instance_id field
This commit is contained in:
parent
3813449b29
commit
e5d07e90c5
@ -88,6 +88,8 @@ pub struct ProtocolInstance {
|
||||
pub network_id: String,
|
||||
|
||||
/// A unique identifier across all instances.
|
||||
///
|
||||
/// See [matrix-doc#3203](https://github.com/matrix-org/matrix-doc/issues/3203).
|
||||
#[cfg(feature = "unstable-pre-spec")]
|
||||
pub instance_id: String,
|
||||
}
|
||||
@ -109,6 +111,8 @@ pub struct ProtocolInstanceInit {
|
||||
pub network_id: String,
|
||||
|
||||
/// A unique identifier across all instances.
|
||||
///
|
||||
/// See [matrix-doc#3203](https://github.com/matrix-org/matrix-doc/issues/3203).
|
||||
#[cfg(feature = "unstable-pre-spec")]
|
||||
pub instance_id: String,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user