Skip to content

Commit

Permalink
Use references to buddies in new chats
Browse files Browse the repository at this point in the history
  • Loading branch information
tagavari committed Jul 29, 2022
1 parent 02a0af7 commit 13779c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on main(addressList, serviceType)
--Create the participants
set participantList to {}
repeat with address in addressList
set end of participantList to buddy address of targetService
set end of participantList to a reference to buddy address of targetService
end repeat

--Create the chat
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on main(addressList, serviceType, message, isFile)
--Create the participants
set participantList to {}
repeat with address in addressList
set end of participantList to buddy address of targetService
set end of participantList to a reference to buddy address of targetService
end repeat

--Create the chat
Expand Down

0 comments on commit 13779c9

Please sign in to comment.