Skip to content

Recompilation speedup: Create AdminAPI.UserView to avoid compile-time dep

Alex Gleason requested to merge cycles-user-view into develop

#2651 (closed)

This is basically the same thing as !3425 (merged), I just neglected a particular view when merging by mistake. This finishes the job and gets rid of a cycle: https://www.diffchecker.com/R5LhPQBZ

Screenshot_from_2021-06-08_16-02-02

It makes MastodonAPI.AccountView a runtime dep instead of compile-time.

Edited by Alex Gleason

Merge request reports