mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-09 07:35:03 -04:00
merge in msg.__room_member usage to new message display template
This commit is contained in:
parent
921d95357d
commit
adf582dba7
7 changed files with 180 additions and 133 deletions
|
@ -25,7 +25,8 @@ angular.module('mFileInput', [])
|
|||
return {
|
||||
restrict: 'A',
|
||||
transclude: 'true',
|
||||
template: '<div ng-transclude></div><input ng-hide="true" type="file" accept="image/*"/>',
|
||||
// FIXME: add back in accept="image/*" when needed - e.g. for avatars
|
||||
template: '<div ng-transclude></div><input ng-hide="true" type="file"/>',
|
||||
scope: {
|
||||
selectedFile: '=mFileInput'
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue