|
@@ -990,14 +990,14 @@ decl_module! {
|
|
Ok(())
|
|
Ok(())
|
|
}
|
|
}
|
|
|
|
|
|
- /// Edit thread title
|
|
|
|
|
|
+ /// Edit thread metadata
|
|
///
|
|
///
|
|
/// <weight>
|
|
/// <weight>
|
|
///
|
|
///
|
|
/// ## Weight
|
|
/// ## Weight
|
|
/// `O (W + V)` where:
|
|
/// `O (W + V)` where:
|
|
/// - `W` is the category depth
|
|
/// - `W` is the category depth
|
|
- /// - `V` is the length of the thread title.
|
|
|
|
|
|
+ /// - `V` is the length of the thread metadata.
|
|
/// - DB:
|
|
/// - DB:
|
|
/// - O(W)
|
|
/// - O(W)
|
|
/// # </weight>
|
|
/// # </weight>
|