How can I fetch forge notifications on magit-pull? #459
-
Is there way I can configure magit and forge to automatically fetch forge notifications and topics when envoking magit pull? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Unfortunately not. Fetching notifications is terribly inefficient and blocks emacs longer than other api fetches, so I have opted to make it a separate step. Honestly most of the time I don't use it at all. Part of the reason that notifications are so slow to fetch is that it is one of the areas not covered by the graphql api and the rest api has to be used instead. Which is odd, IMO its the area where it would make the most sense to use graphql. |
Beta Was this translation helpful? Give feedback.
Unfortunately not. Fetching notifications is terribly inefficient and blocks emacs longer than other api fetches, so I have opted to make it a separate step. Honestly most of the time I don't use it at all.
Part of the reason that notifications are so slow to fetch is that it is one of the areas not covered by the graphql api and the rest api has to be used instead. Which is odd, IMO its the area where it would make the most sense to use graphql.