File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ Repos are in the form \"owner/repo\".
216216
217217Use this to muzzle specific repos that you want to silence across sessions." )
218218
219- (defvar gh-notify-smokescreen-path " ~/.gh-notify-smokescreen"
219+ (defvar gh-notify-smokescreen-path ( expand-file-name " ~/.gh-notify-smokescreen" )
220220 " The default path for the magit `forge-visit' smokescreen repo." )
221221
222222(defvar gh-notify-redraw-on-visit t
@@ -289,6 +289,8 @@ NOTIFICATIONS must be an alist as returned from `gh-notify-get-notifications'."
289289 for date = (format-time-string " %F" ts) ; use local time on our end for display
290290 for type = (oref forge-notification type)
291291 for topic-obj = (pcase type
292+ ('discussion
293+ (forge-get-discussion (oref forge-notification topic)))
292294 ('issue
293295 (forge-get-issue (oref forge-notification topic)))
294296 ('pullreq
You can’t perform that action at this time.
0 commit comments