2023-06-21 10:03:18 +00:00
|
|
|
---
|
|
|
|
source: tests/topic.rs
|
|
|
|
expression: topic
|
|
|
|
---
|
|
|
|
Topic {
|
|
|
|
author: Scheduled,
|
|
|
|
comment_total: 100,
|
|
|
|
content: Text(
|
|
|
|
"<p>Scheduled Topic Text</p>",
|
|
|
|
),
|
2023-06-22 10:55:35 +00:00
|
|
|
group: "~group.recurring",
|
2023-06-21 10:03:18 +00:00
|
|
|
id: "789",
|
|
|
|
is_locked: false,
|
|
|
|
is_official: false,
|
2023-06-23 09:00:02 +00:00
|
|
|
posted_date: 2022-12-16T17:26:03+00:00,
|
2023-06-21 10:03:18 +00:00
|
|
|
tags: [
|
|
|
|
"recurring.weekly",
|
|
|
|
],
|
|
|
|
vote_count: 50,
|
|
|
|
}
|