Thank you so much for taking the time to make this addon. Huge quality of life improvement. Unfortunately I seem to be having the same problem as Klam.
It’s not working with any party frame sorting addon like SortGroup or FrameSort, or even scripts that do the same thing.
Would love if you could find a workaround. Here’s the script that instantly breaks your addon if you wanna test.
/run
CompactPartyFrame_SetFlowSortFunction(function(a,b)if not UnitExists(a)then return false elseif not UnitExists(b)then return true elseif UnitIsUnit(a,“player”)then return false elseif UnitIsUnit(b,“player”)then return true else return a<b end end)