Skip to content

Commit

Permalink
Add onion for suddenwhipvapor mediator instance
Browse files Browse the repository at this point in the history
  • Loading branch information
suddenwhipvapor authored Dec 22, 2024
1 parent 52afa2f commit ef0f448
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ public static String getMatrixUserName(String fullAddress) {
case "d7m3j3u4jo2yuymgvxisklpitd3n5xbsnnpyz2mjh6bl6gmj5rjdxead.onion:9999":
case "6c4cim7h7t3bm4bnchbf727qrhdfrfr6lhod25wjtizm2sifpkktvwad.onion:9999": //old
return "pazza83";
case "5wmuzi76l4ogbdh6ahvdafzlebk4c3sp3q5njhz5h5qa5fwbalexa7id.onion:9999":
return "suddenwhipvapor";
default:
log.warn("No user name for dispute agent with address {} found.", fullAddress);
return Res.get("shared.na");
Expand Down

0 comments on commit ef0f448

Please sign in to comment.