Skip to content

Commit

Permalink
Merge pull request #1708 from planetary-social/sign-up-relays
Browse files Browse the repository at this point in the history
Update relays that are added on signup
  • Loading branch information
joshuatbrown authored Dec 23, 2024
2 parents 4788a9d + bc0aaa6 commit 41a1b97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed display of mastodon usernames so it shows @username@server.instance rather than [email protected]
- Nos now publishes the hashtags it finds in your note when you post. This means it works the way you’ve always expected it to work. [#44](https://github.com/verse-pbc/issues/issues/44)
- Fixed crash related to tracking delete events. [#96](https://github.com/verse-pbc/issues/issues/96)
- Updated the default relays that are added when you create an account. [#17](https://github.com/verse-pbc/issues/issues/17)

### Internal Changes
- Upgraded to Xcode 16. [#1570](https://github.com/planetary-social/nos/issues/1570)
Expand Down
4 changes: 1 addition & 3 deletions Nos/Models/CoreData/Relay+CoreDataClass.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ public class Relay: NosManagedObject {
static var recommended: [String] {
[
nosAddress.absoluteString,
"wss://relay.damus.io",
"wss://purplepag.es",
"wss://nos.lol",
"wss://news.nos.social",
"wss://relay.mostr.pub",
]
}
Expand Down

0 comments on commit 41a1b97

Please sign in to comment.