feat: Add server dependencies and initial application components.
All checks were successful
Build and Release / build-and-release (push) Successful in 15m24s
All checks were successful
Build and Release / build-and-release (push) Successful in 15m24s
This commit is contained in:
@@ -41,7 +41,7 @@ const scrollLog = (...args) => { if (SCROLL_DEBUG) console.log(...args); };
|
||||
const metadataCache = new Map();
|
||||
const attachmentCache = new Map();
|
||||
|
||||
const CONVEX_PUBLIC_URL = 'http://72.26.56.3:3210';
|
||||
const CONVEX_PUBLIC_URL = 'https://api.brycord.com';
|
||||
const rewriteStorageUrl = (url) => {
|
||||
try {
|
||||
const u = new URL(url);
|
||||
|
||||
@@ -44,7 +44,7 @@ function getAvatarColor(name) {
|
||||
return colors[Math.abs(hash) % colors.length];
|
||||
}
|
||||
|
||||
const CONVEX_PUBLIC_URL = 'http://72.26.56.3:3210';
|
||||
const CONVEX_PUBLIC_URL = 'https://api.brycord.com';
|
||||
const rewriteStorageUrl = (url) => {
|
||||
try {
|
||||
const u = new URL(url);
|
||||
|
||||
Reference in New Issue
Block a user