a couple non-functional edits: add TODO, rm comma

Denver Gingerich created

Change summary

sgx-bwmsgsv2.rb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Detailed changes

sgx-bwmsgsv2.rb 🔗

@@ -397,7 +397,7 @@ module SGXbwmsgsv2
 
 	def self.user_cap_features
 		[
-			"urn:xmpp:receipts",
+			"urn:xmpp:receipts"
 		]
 	end
 
@@ -634,6 +634,7 @@ module SGXbwmsgsv2
 			)
 		end
 
+		# TODO: update "User Id" x2 below (to "accountId"?), and others?
 		n1 = Nokogiri::XML::Node.new(
 			'instructions', msg.document
 		)