mirror of https://github.com/zulip/zulip.git
node fixtures: Add timestamps for muted topics.
This commit is contained in:
parent
f8a0a3a87e
commit
0825df76d9
|
@ -156,8 +156,8 @@ exports.fixtures = {
|
|||
muted_topics: {
|
||||
type: "muted_topics",
|
||||
muted_topics: [
|
||||
["devel", "js"],
|
||||
["lunch", "burritos"],
|
||||
["devel", "js", fake_then],
|
||||
["lunch", "burritos", fake_now],
|
||||
],
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue