Commit graph

5 commits

Author SHA1 Message Date
8359fc42d4 Shows one reply further back on replies page where possible 2018-02-20 17:04:34 +00:00
SecretlyTaco
e1edd2129b Textbox now stretches across entire card 2018-02-18 16:33:43 +00:00
16a2507503 Completed ability to reply to posts 2018-02-18 13:51:49 +00:00
b300999fd1 Added reply form 2018-02-16 05:43:04 +00:00
fe108d1a35 Initial Commit
Creation of
- post_status(), to post a status
- user_posts_by_username(username) to get posts for a specific account, given username
- user_posts(account_object) to get posts for a specific account, given user ID
- timeline_for_user(username) to get 'following' timeline for a user, given username
- global_timeline() to get all posts
- post_details(post_id) to get post details, given post ID
- delete_post(post_id) to 'delete' post, sets post as hidden
2018-02-16 05:18:39 +00:00