mirror of
https://github.com/spacebarchat/server.git
synced 2026-06-05 23:41:39 +00:00
Change android and ios client downloads to use /download endpoint, update Release entity to suck less
This commit is contained in:
@@ -7,19 +7,16 @@ export class Release extends BaseClass {
|
||||
name: string;
|
||||
|
||||
@Column()
|
||||
pub_date: string;
|
||||
pub_date: Date;
|
||||
|
||||
@Column()
|
||||
url: string;
|
||||
|
||||
@Column()
|
||||
deb_url: string;
|
||||
platform: string;
|
||||
|
||||
@Column()
|
||||
osx_url: string;
|
||||
|
||||
@Column()
|
||||
win_url: string;
|
||||
enabled: boolean;
|
||||
|
||||
@Column({ nullable: true })
|
||||
notes?: string;
|
||||
|
||||
Reference in New Issue
Block a user