aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-notifications.el
Commit message (Collapse)AuthorAgeFilesLines
* notifs: improve byline docstrings for new byline logicmarty hiatt2024-11-011-13/+8
|
* cask build cleanupsmarty hiatt2024-10-311-3/+0
|
* keep cleaning up notifs insert notemarty hiatt2024-10-311-50/+49
|
* notifs: factor an action-byline fun (maybe move into insert-note)marty hiatt2024-10-311-74/+79
|
* notifs: byline-accounts: remove toot argmarty hiatt2024-10-301-2/+2
|
* fix author action byline non-grouped notifs: use display-name if possmarty hiatt2024-10-301-1/+2
|
* FIX #610 fix note/base toot in format-note/author byline.marty hiatt2024-10-301-7/+5
| | | | | | | | | 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-16/+12
|
* grouped notifs: top byline create with account data, not toot. #612 half fixed.marty hiatt2024-10-301-1/+1
|
* notifs: remove commented body-arg code from format-notemarty hiatt2024-10-301-30/+0
|
* remove ACCOUNT and TYPE from our byline functions.marty hiatt2024-10-301-12/+6
| | | | | | | | | 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-6/+5
|
* notifs: refactor some v1/v2 calling code, mastodon-notifiations--body-argmarty hiatt2024-10-291-76/+88
|
* move notifs customizes into mastodon.elmarty hiatt2024-10-291-31/+9
|
* fix notifs custom groupmarty hiatt2024-10-291-1/+1
|
* working v1 notifications custom. #608marty hiatt2024-10-291-74/+60
|
* group-notifs custom (for servers without). #608. WIP.marty hiatt2024-10-291-18/+119
|
* flychecksmarty hiatt2024-10-291-0/+1
|
* fix timestamp logic in notifs v2 (use base item when necessary)marty hiatt2024-10-291-4/+8
|
* fix severance/mod warning notifs (experimental still)marty hiatt2024-10-271-3/+3
|
* notif-id prop for notifs. get-single-notif cmd. #606marty hiatt2024-10-251-6/+25
|
* v rough severance/mod warning notifs. WIP. #593 #594marty hiatt2024-10-251-1/+25
| | | | can complete these when we see some in the wild.
* propertize grouped notif authors in help-echomarty hiatt2024-10-231-2/+3
|
* change email addressmarty hiatt2024-10-201-2/+2
|
* Merge branch 'map-nested-elt' into developmarty hiatt2024-10-201-4/+1
|\
| * refactor display-or-unamemarty hiatt2024-10-201-4/+1
| |
* | remove stale fixmemarty hiatt2024-10-201-1/+0
|/
* notifs: remove stale notifs code from tl--insert-statusmarty hiatt2024-10-191-1/+0
|
* notifs: remove stray space at beginning of mentionsmarty hiatt2024-10-191-2/+4
|
* bump version, copyrightmarty hiatt2024-10-181-1/+1
|
* notifs: remove commentmarty hiatt2024-10-171-2/+0
|
* notifs: byline authors: help-echo remaining byline authorsmarty hiatt2024-10-171-2/+6
|
* notifs : remove stale id argmarty hiatt2024-10-171-2/+1
|
* notifs: clean up format-note. adjust some notif type conditionalsmarty hiatt2024-10-171-40/+25
|
* add some more symbols, for notifs actionsmarty hiatt2024-10-171-1/+1
|
* notifs: mastodon-notifications--typesmarty hiatt2024-10-171-13/+6
|
* notifs: make action authors work for all notif typesmarty hiatt2024-10-171-9/+5
|
* notifs: fix pagination using grouped min/max idsmarty hiatt2024-10-171-6/+6
|
* notifs: item-type = toot (for nav, item actions)marty hiatt2024-10-171-1/+1
|
* notifs: improve insert-note text props. fixes pagination (hack)marty hiatt2024-10-171-12/+16
|
* flycheckmarty hiatt2024-10-171-4/+4
|
* grouped notifs: fix foll req process: use notif-type prop not item-jsonmarty hiatt2024-10-171-1/+3
|
* notifs: comment faved/boosted toot body line-prefix (breaks cursor highlight)marty hiatt2024-10-171-3/+7
|
* notifs: top byline: action symbol, action author, action strmarty hiatt2024-10-171-22/+26
|
* bylines/notifs: use new uname/handle combo in reaction notifsmarty hiatt2024-10-161-9/+6
|
* notifs: revert add fave/boost to foll_req conditionmarty hiatt2024-10-161-7/+3
|
* notifs: string-trim action authorsmarty hiatt2024-10-161-23/+24
|
* notifs: fix foll_reqsmarty hiatt2024-10-161-72/+82
|
* notifs: action symbol for action byline strmarty hiatt2024-10-161-1/+11
|
* rough overhaul of notifs byline code for grouped notificationsmarty hiatt2024-10-161-119/+191
|