fix: post page panic
This commit is contained in:
parent
7960484bf9
commit
9d091d5421
5 changed files with 26 additions and 2 deletions
|
@ -285,7 +285,7 @@ pub struct Question {
|
|||
pub receiver: usize,
|
||||
pub content: String,
|
||||
/// The `is_global` flag allows any (authenticated) user to respond
|
||||
/// to the question. Normally, ownly the `receiver` can do so.
|
||||
/// to the question. Normally, only the `receiver` can do so.
|
||||
///
|
||||
/// If `is_global` is true, `receiver` should be 0 (and vice versa).
|
||||
pub is_global: bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue