diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-07-20 11:07:07 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-07-20 11:07:07 -0500 |
commit | 8131158c0e2f45765e5ee953487161302c731792 (patch) | |
tree | 67d3fa053079afe69a1e98d088e5f3bfe07d8b24 /src/state/lib/mock-data/reply-texts.ts | |
parent | e78143b3dc7ae52e0680799e190a3df3ed54aac3 (diff) | |
download | voidsky-8131158c0e2f45765e5ee953487161302c731792.tar.zst |
More realistic mock data
Diffstat (limited to 'src/state/lib/mock-data/reply-texts.ts')
-rw-r--r-- | src/state/lib/mock-data/reply-texts.ts | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/state/lib/mock-data/reply-texts.ts b/src/state/lib/mock-data/reply-texts.ts new file mode 100644 index 000000000..54d70406a --- /dev/null +++ b/src/state/lib/mock-data/reply-texts.ts @@ -0,0 +1,24 @@ +export const replyTexts = [ + 'Wow, so true!', + 'Haha ikr', + 'lol', + 'What does this mean for democrats in the midterms?', + 'What does this mean for republicans in the midterms?', + 'What does this mean for pet owners in the midterms?', + 'is it cool if I DM?', + "This is sort of accurate, but honestly it misses a huge part of the issue at hand. There are just so many factors and I don't think a vibe is enough to cover it.", + 'Wen token', + 'This is disgusting and you should take it down', + 'fire', + 'a/s/l?', + 'this is so much better than twitter', + 'this is so much better than tiktok', + 'this is so much better than gab', + 'this is so much better than truth social', + 'finally! decentralization!', + 'ugh when will hashtags get supported in vibe', + 'ted cruz is the deep state!', + 'aoc is the deep state!', + 'donald trump is the deep state!', + 'taco tuesdays is the deep state!', +] |