diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-09-22 19:28:25 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-09-22 19:28:25 -0500 |
commit | aabde2b401e725090232f203f23152ee1d50d566 (patch) | |
tree | 6c1da614bf7f1ce78b00dde5846338d42fc29012 /src/state/lib/mock-data/reply-texts.ts | |
parent | 5193a5b48e66db37e6a27ebcec13b6312ae08799 (diff) | |
download | voidsky-aabde2b401e725090232f203f23152ee1d50d566.tar.zst |
Replace mock-api with real api
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, 0 insertions, 24 deletions
diff --git a/src/state/lib/mock-data/reply-texts.ts b/src/state/lib/mock-data/reply-texts.ts deleted file mode 100644 index 54d70406a..000000000 --- a/src/state/lib/mock-data/reply-texts.ts +++ /dev/null @@ -1,24 +0,0 @@ -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!', -] |