aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
Commit message (Collapse)AuthorAgeFilesLines
* Display a warning when composing a reply mentioning users from instances ↵Yuchen Pei32 hours1-0/+12
| | | | | | | that have suspended you These users would not be able to see your reply through their instances.
* refactor a read-more-or-less headingmarty hiatt2024-11-021-12/+18
|
* add read less button to unfolded long posts (read more). FIX #614marty hiatt2024-11-021-8/+22
|
* notifs: improve byline docstrings for new byline logicmarty hiatt2024-11-011-2/+2
|
* tl: remove stale args to insert status, inc. action-byline argmarty hiatt2024-11-011-26/+7
| | | | | | (they were used when notifs didn't have its own insert fun.) more clean up tl--insert-status
* add mention symbolmarty hiatt2024-11-011-0/+1
|
* some ifs become whensmarty hiatt2024-11-011-2/+2
|
* tl: improve ctrl flow in --spoiler + --tootmarty hiatt2024-11-011-21/+17
|
* fold-toot - respect CW statemarty hiatt2024-11-011-7/+20
|
* --byline: pull fave/boost/edit/visibility from base toot if presentmarty hiatt2024-10-311-9/+11
| | | | for non-grouped notifs, new implementation of note/base relationship
* docs: remove old arg docstringmarty hiatt2024-10-301-3/+0
|
* FIX #610 fix note/base toot in format-note/author byline.marty hiatt2024-10-301-1/+4
| | | | | | | | | non-grouped notif pagination was broken because we were propertizing item-json and base-toot wrong. now we always hand insert-note the note data as toot, and the status notified about as base-toot. then we adjust our handling of this in tl--byline-author to display base item byline correctly.
* notifs: fix author action byline, top, for ungrouped. FIX #612marty hiatt2024-10-301-18/+19
|
* Merge branch 'develop' into non-group-notifsmarty hiatt2024-10-301-1/+1
|\
| * add verified tick symbolmarty hiatt2024-10-301-1/+1
| |
* | start on pagination for v1 notifs. #610marty hiatt2024-10-301-3/+6
| |
* | docstrings tl.elmarty hiatt2024-10-301-4/+8
| |
* | remove ACCOUNT and TYPE from our byline functions.marty hiatt2024-10-301-22/+19
| | | | | | | | | | | | | | | | | | to avoid them, for foll/reqs we send the full notif as TOOT arg, and fetch type/account from it as needed. muuuuuuuuch simpler, fingers crossed. fix grouped notifs new non-account arg byline code fix handle byline for grouped notifs
* | FIX #609. insert-status remove author-byline arg, its always the same functionmarty hiatt2024-10-301-9/+7
| |
* | move notifs customizes into mastodon.elmarty hiatt2024-10-291-2/+2
| |
* | working v1 notifications custom. #608marty hiatt2024-10-291-3/+2
|/
* fix timestamp logic in notifs v2 (use base item when necessary)marty hiatt2024-10-291-12/+13
|
* Merge pull request 'Use interactive code to select event window' (#590) from ↵martianh2024-10-261-2/+2
|\ | | | | | | rahguzar/mastodon.el:mouse-fix into develop
| * Use interactive code to select event windowRahguzar2024-09-301-2/+2
| |
* | add announcements timeline. (adds no-byline args to tl init funs)marty hiatt2024-10-261-12/+22
| | | | | | | | buffer check for announcements
* | change email addressmarty hiatt2024-10-201-2/+2
| |
* | refactor display-or-unamemarty hiatt2024-10-201-18/+16
| |
* | notifs: remove stale notifs code from tl--insert-statusmarty hiatt2024-10-191-15/+9
| |
* | remove stray " " from byline-boostermarty hiatt2024-10-191-2/+1
| |
* | bylines: try out booster byline as top byline (like notifs)marty hiatt2024-10-191-3/+3
| |
* | add boost symbol in boost author bylinemarty hiatt2024-10-181-4/+9
| |
* | images in threads: load images for single-toot and thread tootmarty hiatt2024-10-181-0/+8
| |
* | bump version, copyrightmarty hiatt2024-10-181-1/+1
| |
* | do use action response: change cond clause not/or to make a neithermarty hiatt2024-10-181-2/+1
| |
* | notifs: fix do-user-action and get-user-handles for grouped notifsmarty hiatt2024-10-181-49/+61
| | | | | | | | notifs: user action and response: if nothing in notifs data, fallback
* | notifs: handle actions fixed via user-handles-getmarty hiatt2024-10-171-14/+20
| |
* | add some more symbols, for notifs actionsmarty hiatt2024-10-171-14/+18
| |
* | tiny clean up of tl--updatemarty hiatt2024-10-171-9/+11
| |
* | notifs: fix pagination using grouped min/max idsmarty hiatt2024-10-171-4/+16
| |
* | notifs: tl--more-json-async: v2 api for notifsmarty hiatt2024-10-171-1/+2
| |
* | notifs: no stats for foll-reqs / tl--byline: get type from groupmarty hiatt2024-10-171-1/+3
| |
* | notifs: top byline: action symbol, action author, action strmarty hiatt2024-10-171-0/+2
| |
* | flycheck -tl.elmarty hiatt2024-10-161-7/+17
| |
* | bylines: fix visibility icon positionmarty hiatt2024-10-161-2/+2
| |
* | bylines: format boost authors as clickable handles but display unamemarty hiatt2024-10-161-8/+16
| |
* | bylines: move attachments from byline author to --bylinemarty hiatt2024-10-161-8/+10
| |
* | notifs: byline funcall dostringsmarty hiatt2024-10-161-2/+2
| |
* | notifs: fix foll_reqsmarty hiatt2024-10-161-9/+10
| |
* | rough overhaul of notifs byline code for grouped notificationsmarty hiatt2024-10-161-9/+8
| |
* | Merge branch 'develop' into byline-reworkmarty hiatt2024-10-161-11/+68
|\ \