mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 15:34:13 +00:00 
			
		
		
		
	Clean up
This commit is contained in:
		
							parent
							
								
									f9d697128a
								
							
						
					
					
						commit
						946c3a25b9
					
				
					 2 changed files with 1 additions and 3 deletions
				
			
		| 
						 | 
					@ -137,7 +137,6 @@ export default prop => ({
 | 
				
			||||||
					Vue.set(this.$_ns_target, 'deletedAt', body.deletedAt);
 | 
										Vue.set(this.$_ns_target, 'deletedAt', body.deletedAt);
 | 
				
			||||||
					Vue.set(this.$_ns_target, 'renote', null);
 | 
										Vue.set(this.$_ns_target, 'renote', null);
 | 
				
			||||||
					this.$_ns_target.text = null;
 | 
										this.$_ns_target.text = null;
 | 
				
			||||||
					this.$_ns_target.tags = [];
 | 
					 | 
				
			||||||
					this.$_ns_target.fileIds = [];
 | 
										this.$_ns_target.fileIds = [];
 | 
				
			||||||
					this.$_ns_target.poll = null;
 | 
										this.$_ns_target.poll = null;
 | 
				
			||||||
					this.$_ns_target.geo = null;
 | 
										this.$_ns_target.geo = null;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -178,12 +178,11 @@ export class NoteRepository extends Repository<Note> {
 | 
				
			||||||
				name: In(reactionEmojis),
 | 
									name: In(reactionEmojis),
 | 
				
			||||||
				host: host
 | 
									host: host
 | 
				
			||||||
			}) : [],
 | 
								}) : [],
 | 
				
			||||||
			tags: note.tags,
 | 
					 | 
				
			||||||
			fileIds: note.fileIds,
 | 
								fileIds: note.fileIds,
 | 
				
			||||||
			files: DriveFiles.packMany(note.fileIds),
 | 
								files: DriveFiles.packMany(note.fileIds),
 | 
				
			||||||
			replyId: note.replyId,
 | 
								replyId: note.replyId,
 | 
				
			||||||
			renoteId: note.renoteId,
 | 
								renoteId: note.renoteId,
 | 
				
			||||||
			uri: note.uri,
 | 
								uri: note.uri || undefined,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			...(opts.detail ? {
 | 
								...(opts.detail ? {
 | 
				
			||||||
				reply: note.replyId ? this.pack(note.replyId, meId, {
 | 
									reply: note.replyId ? this.pack(note.replyId, meId, {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue