client icon indicating copy to clipboard operation
client copied to clipboard

macOS: change SOCKETAPI_TEAM_IDENTIFIER_PREFIX concatenation

Open erikjv opened this issue 3 years ago • 4 comments

Previously, the socket api prefix was created by concatenating SOCKETAPI_TEAM_IDENTIFIER_PREFIX and OC_APPLICATION_REV_DOMAIN together, so the first variable had to end in a "." to get the correct result. This change moves adding that period from configuration to the places where the concatenation happens.

erikjv avatar Nov 12 '21 13:11 erikjv